RE: CDI gr8flyer55
Jake, I looked over the source code and saw the changes.
Loaded up the excel sheet and made my curves etc.
Ran MPLAB x IDE and compiled the file, BUT I got 2 warnings about undeclared variables and an advisory of some feature it couldn't figure out. It gave no errors, build successful, but are the warnings something to be worried about since it was about the two tables of data in the source code?
Here is what it gave me:
LED MODE not used
"I" not used
"j" not used
Advisory ccpri = *(table pointer + currentrev);
It looks like it can't handle the statement.
John