Added support for the officially recommended layout of the external peripherals connected to the BUMBLEB board.
Added flag to the HID Host Class driver to indicate the currently selected reporting protocol.
This commit is contained in:
parent
7c6b2019a3
commit
cd0adb7574
18 changed files with 386 additions and 13 deletions
|
@ -78,6 +78,8 @@
|
|||
#include "STK526/Joystick.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/Joystick.h"
|
||||
#elif (BOARD == BOARD_BUMBLEB)
|
||||
#include "BUMBLEB/Joystick.h"
|
||||
#else
|
||||
#error The selected board does not contain a joystick.
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue