USB Host Shield 2.0
|
#include "controllerEnums.h"
Go to the source code of this file.
Enumerations | |
enum | LEDModeEnum { ROTATING = 0x0A, FASTBLINK = 0x0B, SLOWBLINK = 0x0C, ALTERNATING = 0x0D } |
Variables | |
const uint8_t | XBOX_LEDS [] |
const uint16_t | XBOX_BUTTONS [] |
enum LEDModeEnum |
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 XBOX_LEDS[] |
Used to set the LEDs on the controllers
Definition at line 32 of file xboxEnums.h.
const uint16_t XBOX_BUTTONS[] |
Buttons on the controllers
Definition at line 41 of file xboxEnums.h.