USB Host Shield 2.0
|
Go to the source code of this file.
Classes | |
union | PS4Buttons |
struct | touchpadXY |
struct | PS4Data |
class | PS4Parser |
Enumerations | |
enum | DPADEnum { DPAD_UP = 0x0, DPAD_UP_RIGHT = 0x1, DPAD_RIGHT = 0x2, DPAD_RIGHT_DOWN = 0x3, DPAD_DOWN = 0x4, DPAD_DOWN_LEFT = 0x5, DPAD_LEFT = 0x6, DPAD_LEFT_UP = 0x7, DPAD_OFF = 0x8 } |
Variables | |
const uint8_t | PS4_BUTTONS [] |
enum DPADEnum |
Enumerator | |
---|---|
DPAD_UP | |
DPAD_UP_RIGHT | |
DPAD_RIGHT | |
DPAD_RIGHT_DOWN | |
DPAD_DOWN | |
DPAD_DOWN_LEFT | |
DPAD_LEFT | |
DPAD_LEFT_UP | |
DPAD_OFF |
Definition at line 112 of file PS4Parser.h.
const uint8_t PS4_BUTTONS[] |
Buttons on the controller
Definition at line 25 of file PS4Parser.h.