Added board hardware driver support for the Microsin AVR-USB162 development board.
This commit is contained in:
parent
55da77d85f
commit
b87d0b45a2
8 changed files with 244 additions and 9 deletions
|
@ -105,6 +105,8 @@
|
|||
#include "CULV3/Buttons.h"
|
||||
#elif (BOARD == BOARD_MINIMUS)
|
||||
#include "MINIMUS/Buttons.h"
|
||||
#elif (BOARD == BOARD_MICROSIN162)
|
||||
#include "MICROSIN162/Buttons.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/Buttons.h"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue