summaryrefslogtreecommitdiff
path: root/demopal/lib/TVout/examples/DemoNTSC/schematic.h
diff options
context:
space:
mode:
Diffstat (limited to 'demopal/lib/TVout/examples/DemoNTSC/schematic.h')
-rwxr-xr-xdemopal/lib/TVout/examples/DemoNTSC/schematic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/demopal/lib/TVout/examples/DemoNTSC/schematic.h b/demopal/lib/TVout/examples/DemoNTSC/schematic.h
new file mode 100755
index 0000000..4d0b270
--- /dev/null
+++ b/demopal/lib/TVout/examples/DemoNTSC/schematic.h
@@ -0,0 +1,6 @@
+#include <avr/pgmspace.h>
+#ifndef SHEMATIC_H
+#define SHEMATIC_H
+
+extern const unsigned char schematic[];
+#endif