Add support for Teensy LC board // Resolve #155

This commit is contained in:
Valeriy Koval
2015-04-06 20:22:03 +03:00
parent 22e2cec102
commit b23a8a7075
3 changed files with 34 additions and 1 deletions

View File

@@ -40,3 +40,9 @@ platform = teensy
framework = arduino
board = teensy31
build_flags = -DTEENSY31
[env:teensylc]
platform = teensy
framework = arduino
board = teensylc
build_flags = -DTEENSYLC