diff options
author | Dave Hylands <dhylands@gmail.com> | 2014-06-16 09:38:24 -0700 |
---|---|---|
committer | Dave Hylands <dhylands@gmail.com> | 2014-07-14 22:48:22 -0700 |
commit | 04f5ae1d1c59429ecfb3e9088c2bb076564ee16a (patch) | |
tree | 12094ca03cbf488a1202523de906650127d5795a /teensy/core/Arduino.h | |
parent | 4d9dd26818547e252768d62bf3e319c6f1ca7b7f (diff) |
Add core files and use same toolchain as stmhal
Diffstat (limited to 'teensy/core/Arduino.h')
-rw-r--r-- | teensy/core/Arduino.h | 3 |
1 files changed, 3 insertions, 0 deletions
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" |