From ff87ea9045a6e0979311ae7b25055d6b53b0a13d Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 5 Aug 2016 11:09:53 +0200 Subject: o Dropping the native library code, we're all Python now! --- examples/arduino-led/CMakeLists.txt | 1 + examples/arduino-led/schematic.h | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 examples/arduino-led/schematic.h (limited to 'examples/arduino-led') diff --git a/examples/arduino-led/CMakeLists.txt b/examples/arduino-led/CMakeLists.txt index a615fb7..7855dff 100644 --- a/examples/arduino-led/CMakeLists.txt +++ b/examples/arduino-led/CMakeLists.txt @@ -4,6 +4,7 @@ kicad_generate_header( OUTPUT schematic.h NET schematic/arduino-led.net REF U1 + TEMPLATE arduino-uno IN_SOURCE) if (FALSE) diff --git a/examples/arduino-led/schematic.h b/examples/arduino-led/schematic.h deleted file mode 100644 index c935528..0000000 --- a/examples/arduino-led/schematic.h +++ /dev/null @@ -1,14 +0,0 @@ -#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; -} // namespace schematic -#endif // SCHEMATIC_H -- cgit v1.2.3