7 lines
108 B
C
Executable File
7 lines
108 B
C
Executable File
#include <avr/pgmspace.h>
|
|
#ifndef TVOLOGO_H
|
|
#define TVOLOGO_H
|
|
|
|
extern const unsigned char TVOlogo[];
|
|
#endif
|