Open kierdavis opened 6 years ago
Supposedly named address spaces (i.e. __flash) should be used rather than PROGMEM for new projects (citation needed). It looks like it's a bit more type-safe.
__flash
PROGMEM
It appears the version of avr-gcc on my system doesn't support __flash, so development of this may be delayed for a while.
Supposedly named address spaces (i.e.
__flash
) should be used rather thanPROGMEM
for new projects (citation needed). It looks like it's a bit more type-safe.