Added board hardware driver support for Tom's USBTINY MKII programmer.
This commit is contained in:
parent
9257f4ab8e
commit
a8cbe3466b
10 changed files with 146 additions and 13 deletions
|
@ -104,6 +104,8 @@
|
|||
#include "EVK527/LEDs.h"
|
||||
#elif (BOARD == BOARD_TEENSY)
|
||||
#include "TEENSY/LEDs.h"
|
||||
#elif (BOARD == BOARD_USBTINYMKII)
|
||||
#include "USBTINYMKII/LEDs.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/LEDs.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue