Added support for the Atmel XPLAIN board.
This commit is contained in:
parent
b7eead83aa
commit
3ebfb998ec
7 changed files with 134 additions and 7 deletions
|
@ -79,10 +79,10 @@
|
|||
#include "STK526/Buttons.h"
|
||||
#elif (BOARD == BOARD_ATAVRUSBRF01)
|
||||
#include "ATAVRUSBRF01/Buttons.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/Buttons.h"
|
||||
#elif (BOARD == BOARD_BUMBLEB)
|
||||
#include "BUMBLEB/Buttons.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/Buttons.h"
|
||||
#else
|
||||
#error The selected board does not contain any GPIO buttons.
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue