reference-en
reference-en copied to clipboard
Update PROGMEM.adoc
The use of pgm_read_word() in the example is wrong and only works on 16 bit systems. We are dealing with a pointer here so the correct function would be pgm_read_ptr().