Wasn't sure how to describe it, but I found it. I had to Re-index the project so the Macro Expansion for I2C_MAX_BUF_SIZE would be right. Right click on the project. Of course.
EDIT: Yeah, that was my ticket in the system. Thanks for that!
I know there's only so much code that can be crammed into a 512KB part, but I figured I'd ask. Web Log in Sessions. Similar to what's implemented by PHP, cookies, etc. User Accounts with Passwords. Do we have any example code that talks about something like this?
Greetings, all.
I'm using an SB70LC in MultiMaster I2C mode.
I'm worried about safely updating my I2C Slave Transmit buffer so that I don't accidentally write to it (via I2CFillSlaveTXBuf) while someone else is reading from me.
How do I do this?
I guess what I could to is set up a parsing system similar to one I made last year. I wrote a parsing system that read in CSV style data and tied it to an array of structs containing pointers and data types. For this, which connects to silly things like single bits and strings, I'm ...
OK, so I want to parse URL arguments send to (AJAX) pages generated by function calls. I.e. MyAJAXPage.htm?parameter1=fish¶meter2=chips¶meter3=5.99 where parameter1 needs to be put in a variable entree , parameter2 into side , and parameter3 into price . This is just an example. I'm not ...