Added board hardware driver support for the Minimus board (thanks to the PSGroove team).
This commit is contained in:
parent
9aa94fee81
commit
06f222b3ed
8 changed files with 240 additions and 3 deletions
|
@ -103,6 +103,8 @@
|
|||
#include "UDIP/Buttons.h"
|
||||
#elif (BOARD == BOARD_CULV3)
|
||||
#include "CULV3/Buttons.h"
|
||||
#elif (BOARD == BOARD_MINIMUS)
|
||||
#include "MINIMUS/Buttons.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/Buttons.h"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue