1 2 3 4 5 6
#include <avr/pgmspace.h> #ifndef SHEMATIC_H #define SHEMATIC_H extern const unsigned char schematic[]; #endif