#pragma once #ifdef WIN32 # define PROGMEM # define pgm_read_byte(p) *(p) #else # include <avr/pgmspace.h> #endif