Data Storage

PGMWrap

Christopher Andrews <chris@arduino.land>

A convenient library allowing structures and variables stored in PROGMEM to be read directly.

This allevieates the need to use helpers like pgm_read_byte() to access data.

Go to repository