User Tools

Site Tools


t2:ps3_gph

ps3.gph


#ifndef PS3_GPH_
#define PS3_GPH_
 
#define PS3_PS          BUTTON_1
#define PS3_SELECT      BUTTON_2
#define PS3_START       BUTTON_3
#define PS3_R1          BUTTON_4
#define PS3_R2          BUTTON_5
#define PS3_R3          BUTTON_6
#define PS3_L1          BUTTON_7
#define PS3_L2          BUTTON_8
#define PS3_L3          BUTTON_9
#define PS3_UP          BUTTON_10
#define PS3_DOWN        BUTTON_11
#define PS3_LEFT        BUTTON_12
#define PS3_RIGHT       BUTTON_13
#define PS3_TRIANGLE    BUTTON_14
#define PS3_CIRCLE      BUTTON_15
#define PS3_CROSS       BUTTON_16
#define PS3_SQUARE      BUTTON_17
 
#define PS3_RX          STICK_1_X
#define PS3_RY          STICK_1_Y
#define PS3_LX          STICK_2_X
#define PS3_LY          STICK_2_Y
 
#define PS3_ACCX        ACCEL_1_X
#define PS3_ACCY        ACCEL_1_Y
#define PS3_ACCZ        ACCEL_1_Z
 
#define PS3_GYROZ       GYRO_1_Z
 
#endif /* PS3_GPH_ */
t2/ps3_gph.txt · Last modified: 2017/01/29 06:13 by J2Kbr