I'm using a lookup table to take joystick values and return a cubic function of them, basically just a drive ramp, but I cannot seem to get my array to compile properly. I have here a drastically reduced version, but one that still returns the same syntax error.
Code:
rom const unsigned char[2] = {0,3};
I've consulted all of the lookup table threads, but I feel that I have a small syntax error that is holding this up.
__________________
Reading makes a full man, conference a ready man, and writing an exact man.
-Sir Francis Bacon
"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
-Albert Einstein