Added support for the DorkbotPDX Duce board.
This commit is contained in:
parent
bd6123e2c1
commit
69ecaae732
5 changed files with 154 additions and 0 deletions
|
@ -185,6 +185,8 @@
|
|||
#include "AVR8/MULTIO/LEDs.h"
|
||||
#elif (BOARD == BOARD_BIGMULTIO)
|
||||
#include "AVR8/BIGMULTIO/LEDs.h"
|
||||
#elif (BOARD == BOARD_DUCE)
|
||||
#include "AVR8/DUCE/LEDs.h"
|
||||
#else
|
||||
#include "Board/LEDs.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue