From 5e846554a48be59ba7278194567b9e1a25058958 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 27 Jul 2016 19:42:19 +0200 Subject: o Generating Intel quark D2000 header in source to make it easier to look at the source tree. --- examples/intel-quark-d2000/schematic.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/intel-quark-d2000/schematic.h (limited to 'examples/intel-quark-d2000/schematic.h') diff --git a/examples/intel-quark-d2000/schematic.h b/examples/intel-quark-d2000/schematic.h new file mode 100644 index 0000000..3ca8e86 --- /dev/null +++ b/examples/intel-quark-d2000/schematic.h @@ -0,0 +1,15 @@ +#ifndef SCHEMATIC_H +#define SCHEMATIC_H + +/* +THIS FILE IS GENERATED. DO NOT EDIT. + +Generated from schematic for reference U1, part INTEL_QUARK_D2000 in library kicad_utils. +*/ + +#include + +static const uint8_t SCHEMATIC_STATUS_LED = 15; +static const uint8_t SCHEMATIC_PUSH_BUTTON = 11; + +#endif // SCHEMATIC_H -- cgit v1.2.3