6 lines
118 B
C
6 lines
118 B
C
#include <avr/pgmspace.h>
|
|
|
|
#define getPSTR(s) pgmStrToRAM(PSTR(s))
|
|
|
|
char *pgmStrToRAM(PROGMEM const char *theString);
|