From 04f5ae1d1c59429ecfb3e9088c2bb076564ee16a Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Mon, 16 Jun 2014 09:38:24 -0700 Subject: Add core files and use same toolchain as stmhal --- teensy/core/Arduino.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 teensy/core/Arduino.h (limited to 'teensy/core/Arduino.h') diff --git a/teensy/core/Arduino.h b/teensy/core/Arduino.h new file mode 100644 index 000000000..1b053f050 --- /dev/null +++ b/teensy/core/Arduino.h @@ -0,0 +1,3 @@ +//#include "WProgram.h" +#include "core_pins.h" +#include "pins_arduino.h" -- cgit v1.2.3