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

Go to the source code of this file.

Classes

union  PS5Buttons
 
struct  ps5TouchpadXY
 
union  PS5Status
 
struct  PS5Data
 
struct  PS5Output
 
class  PS5Parser
 

Variables

const uint8_t PS5_BUTTONS []
 

Variable Documentation

◆ PS5_BUTTONS

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

Buttons on the controller

Definition at line 30 of file PS5Parser.h.