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

7 lines
108 B
C
Executable File

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