aboutsummaryrefslogtreecommitdiff
path: root/examples/arduino-led/schematic.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/arduino-led/schematic.h')
-rw-r--r--examples/arduino-led/schematic.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/arduino-led/schematic.h b/examples/arduino-led/schematic.h
new file mode 100644
index 0000000..78ed83c
--- /dev/null
+++ b/examples/arduino-led/schematic.h
@@ -0,0 +1,9 @@
+#ifndef SCHEMATIC_H
+#define SCHEMATIC_H
+
+namespace schematic {
+static const int STATUS_LED = 3;
+static const int ANALOG_LIGHT_1 = 2;
+} // namespace schematic
+
+#endif // SCHEMATIC_H