Progmem utilities for the AVR architectures. This crate provides unsafe utilities for working with data stored in the program memory of an AVR micro-controller. Additionally, it defines a 'best-effort ...
static unsigned char gamma25[] PROGMEM = {0, 0, 0, 0, 1, 1, 2, 2, 3, 4, 5, 7, 9, 10, 13, 15}; static const unsigned char gamma25[] PROGMEM = {0, 0, 0, 0, 1, 1, 2, 2 ...