USB Host Shield 2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
PS4BT.cpp File Reference
#include "PS4BT.h"
Include dependency graph for PS4BT.cpp:

Go to the source code of this file.

Variables

const uint8_t PS4_BUTTONS []
 
const uint8_t PS4_ANALOG_BUTTONS []
 

Variable Documentation

const uint8_t PS4_BUTTONS[]
Initial value:
= {
0x0C,
0x0D,
0x0E,
0x0F,
0x0A,
0x0B,
0x08,
0x09,
0x07,
0x06,
0x05,
0x04,
0x10,
0x11,
}
Definition: PS4BT.h:25

Buttons on the controller

Definition at line 24 of file PS4BT.cpp.

const uint8_t PS4_ANALOG_BUTTONS[]
Initial value:
= {
0, 0, 0, 0, 0, 0, 0, 0,
0,
1,
}

Analog buttons on the controller

Definition at line 50 of file PS4BT.cpp.