TOI_Firmware
TOI_Firmware copied to clipboard
'prog_char' does not name a type
Hi Dirk,
Your code throws up an error - 'prog_char' does not name a type
If you change all your 'prog_char' to 'const char' (and do the same for other prog_"datatype" typedefs) it works great.
Nice piece of work, btw!
Hello, is is an issue with the Arduino IDE. The definitions work fine with the 1.0.5 and later 1.0.X versions.
It's kind of a stupid issue, because I don't want to put code in to detect versions of the compiler, C library, and extensions.
Regards, Dirk