|
Re: Global Constants
note - the code in the repository does not currently utilize the "rom" keyword - it's meant to be compiler/platform independent. I would recommend the addition of the rom and const keywords to the definition of the table array, like so:
const rom unsigned char SIN_LOOKUP[90]
|