Files
Arduino/TV_TEST/schematic.h
Jérôme Delacotte 7b30d6e298 first commit
2025-03-06 11:15:32 +01:00

7 lines
112 B
C
Executable File

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