Skip to content

Opening book details…

Can I read Arduino - Progmem on EtoBox?

Arduino - Progmem by dattarider is a document available to read on EtoBox.

What is Arduino - Progmem about?

The document discusses storing data in program memory (PROGMEM) instead of SRAM on Arduino boards. It explains that PROGMEM stores data in flash memory and requires including the pgmspace library. It provides the syntax and an example of storing integer and character data in PROGMEM and retrieving it using functions like pgm_read_word_near. It also shows how to store arrays of strings in PROGMEM.

Author
dattarider
Language
EN