diff options
| author | stepcut <jeremy@n-heptane.com> | 2014-10-22 12:23:52 -0500 |
|---|---|---|
| committer | stepcut <jeremy@n-heptane.com> | 2014-10-22 12:23:52 -0500 |
| commit | edf90842c55435a23151c74ef274e71d69b5e510 (patch) | |
| tree | 3e52ef01f9e770b5625e226dcbd255baa3d9f0c0 /examples/BlinkTeensy/Makefile | |
| parent | b6eb4a86863023a2fa55a7f7596b8091ec04d8a6 (diff) | |
Added BlinkTeensy example which uses the Teensy.mk file.
Diffstat (limited to 'examples/BlinkTeensy/Makefile')
| -rw-r--r-- | examples/BlinkTeensy/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/BlinkTeensy/Makefile b/examples/BlinkTeensy/Makefile new file mode 100644 index 0000000..84ae31f --- /dev/null +++ b/examples/BlinkTeensy/Makefile @@ -0,0 +1,5 @@ +ARDUINO_DIR = /home/stepcut/n-heptane/projects/arduino/arduino-1.0.6 +BOARD_TAG = teensy31 +ARDUINO_LIBS = + +include ../../Teensy.mk |
