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 } |
Functions | |
int8_t | getButtonIndexXbox (ButtonEnum b) |
Variables | |
const uint8_t | XBOX_LEDS [] |
const uint16_t | XBOX_BUTTONS [] |
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.
|
inline |
Definition at line 65 of file xboxEnums.h.
Used to set the LEDs on the controllers
Definition at line 32 of file xboxEnums.h.
Buttons on the controllers
Definition at line 41 of file xboxEnums.h.