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