From 7ab005681a15ef2f4b60d8fce866731aa028f7b9 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 27 Jul 2016 11:45:12 +0200 Subject: o Support for Intel Quark D2000 chip. --- examples/arduino-led/schematic.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/arduino-led') diff --git a/examples/arduino-led/schematic.h b/examples/arduino-led/schematic.h index 78ed83c..f41a300 100644 --- a/examples/arduino-led/schematic.h +++ b/examples/arduino-led/schematic.h @@ -1,6 +1,12 @@ #ifndef SCHEMATIC_H #define SCHEMATIC_H +/* +THIS FILE IS GENERATED. DO NOT EDIT. + +Generated from schematic for reference U1, part ARDUINO_UNO in library kicad_utils. +*/ + namespace schematic { static const int STATUS_LED = 3; static const int ANALOG_LIGHT_1 = 2; -- cgit v1.2.3