Added board hardware driver support for the USBFOO development board.
This commit is contained in:
parent
b369aa2cc6
commit
21954179a4
8 changed files with 233 additions and 2 deletions
|
|
@ -97,6 +97,8 @@
|
|||
#include "JMDBU2/Buttons.h"
|
||||
#elif (BOARD == BOARD_OLIMEX162)
|
||||
#include "OLIMEX162/Buttons.h"
|
||||
#elif (BOARD == BOARD_USBFOO)
|
||||
#include "USBFOO/Buttons.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/Buttons.h"
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue