From a8256910d40a0eee85bf539a3f120c9d92485f3f Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 26 Jul 2016 23:50:23 +0200 Subject: o Working version with support for Arduino parts. --- examples/arduino-led/schematic.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/arduino-led/schematic.h (limited to 'examples/arduino-led/schematic.h') 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 -- cgit v1.2.3