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[] | PROGMEM |
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 uint16_t XBOXBUTTONS [] PROGMEM |
Used to set the LEDs on the controllers
Buttons on the controllers
Definition at line 32 of file xboxEnums.h.