Add support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).
This commit is contained in:
parent
0e8e70153a
commit
da676f0f70
6 changed files with 75 additions and 13 deletions
|
@ -175,7 +175,8 @@
|
|||
#include "XMEGA/A3BU_XPLAINED/LEDs.h"
|
||||
#elif ((BOARD == BOARD_USB2AX) || (BOARD == BOARD_USB2AX_V3))
|
||||
#include "AVR8/USB2AX/LEDs.h"
|
||||
#elif (BOARD == BOARD_MICROPENDOUS_32U2)
|
||||
#elif ((BOARD == BOARD_MICROPENDOUS_REV1) || (BOARD == BOARD_MICROPENDOUS_REV2) || \
|
||||
(BOARD == BOARD_MICROPENDOUS_32U2))
|
||||
#include "AVR8/MICROPENDOUS/LEDs.h"
|
||||
#else
|
||||
#include "Board/LEDs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue