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
|
@ -138,6 +138,7 @@
|
|||
#elif ((BOARD == BOARD_MICROPENDOUS_32U2) || (BOARD == BOARD_MICROPENDOUS_A) || \
|
||||
(BOARD == BOARD_MICROPENDOUS_1) || (BOARD == BOARD_MICROPENDOUS_2) || \
|
||||
(BOARD == BOARD_MICROPENDOUS_3) || (BOARD == BOARD_MICROPENDOUS_4) || \
|
||||
(BOARD == BOARD_MICROPENDOUS_REV1) || (BOARD == BOARD_MICROPENDOUS_REV2) || \
|
||||
(BOARD == BOARD_MICROPENDOUS_DIP))
|
||||
#include "AVR8/MICROPENDOUS/Buttons.h"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue