USB Host Shield 2.0
|
#include "controllerEnums.h"
Go to the source code of this file.
Enumerations | |
enum | LEDMode { ROTATING = 0x0A, FASTBLINK = 0x0B, SLOWBLINK = 0x0C, ALTERNATING = 0x0D } |
Variables | |
const uint8_t | XBOXLEDS [] |
const uint16_t | XBOXBUTTONS [] |
enum LEDMode |
Enum used to set special LED modes supported by the Xbox controller.
Enumerator | |
---|---|
ROTATING | |
FASTBLINK | |
SLOWBLINK | |
ALTERNATING |
Definition at line 24 of file xboxEnums.h.
const uint8_t XBOXLEDS[] |
Used to set the LEDs on the controllers
Definition at line 32 of file xboxEnums.h.
const uint16_t XBOXBUTTONS[] |
Buttons on the controllers
Definition at line 40 of file xboxEnums.h.