Files
2023-03-17 11:59:21 +00:00

7 lines
113 B
C

#include <avr/pgmspace.h>
#ifndef SHEMATIC_H
#define SHEMATIC_H
extern const unsigned char schematic[];
#endif