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