Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).
This commit is contained in:
parent
09577fe541
commit
a81ccd83fd
7 changed files with 46 additions and 11 deletions
|
@ -172,7 +172,9 @@
|
|||
#elif (BOARD == BOARD_EVK1104)
|
||||
#include "UC3/EVK1104/LEDs.h"
|
||||
#elif (BOARD == BOARD_A3BU_XPLAINED)
|
||||
#include "XMEGA/A3BU_XPLAINED/LEDs.h"
|
||||
#include "XMEGA/A3BU_XPLAINED/LEDs.h"
|
||||
#elif (BOARD == BOARD_TEENSY2)
|
||||
#include "AVR8/TEENSY/LEDs.h"
|
||||
#else
|
||||
#include "Board/LEDs.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue