USB Host Shield 2.0
Classes | Variables
PS4Parser.h File Reference
#include "Usb.h"
#include "controllerEnums.h"
Include dependency graph for PS4Parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  PS4Buttons
 
struct  touchpadXY
 
struct  PS4Status
 
struct  PS4Data
 
struct  PS4Output
 
class  PS4Parser
 

Variables

const uint8_t PS4_BUTTONS []
 

Variable Documentation

◆ PS4_BUTTONS

const uint8_t PS4_BUTTONS[]
Initial value:
= {
UP,
DOWN,
LEFT,
0x0C,
0x0D,
0x0E,
0x0F,
0x0A,
0x0B,
0x08,
0x09,
0x07,
0x06,
0x05,
0x04,
0x10,
0x11,
}
@ DOWN
@ UP
@ LEFT
@ RIGHT

Buttons on the controller

Definition at line 25 of file PS4Parser.h.