USB Host Shield 2.0
|
Go to the source code of this file.
Enumerations | |
enum | LED { LED1 = 0, LED2 = 1, LED3 = 2, LED4 = 3, LED5 = 4, LED6 = 5, LED7 = 6, LED8 = 7, LED9 = 8, LED10 = 9, ALL = 4 } |
enum | Button { UP = 0, RIGHT = 1, DOWN = 2, LEFT = 3, PLUS = 5, TWO = 6, ONE = 7, MINUS = 8, HOME = 9, Z = 10, C = 11, B = 12, A = 13, L = 16, R = 17, ZL = 18, ZR = 19, SELECT = 4, START = 5, L3 = 6, R3 = 7, L2 = 8, R2 = 9, L1 = 10, R1 = 11, TRIANGLE = 12, CIRCLE = 13, CROSS = 14, SQUARE = 15, PS = 16, MOVE = 17, T = 18, BACK = 4, X = 14, Y = 15, XBOX = 16, SYNC = 17 } |
enum | AnalogHat { LeftHatX = 0, LeftHatY = 1, RightHatX = 2, RightHatY = 3 } |
enum LED |
Enum used to turn on the LEDs on the different controllers.
Enumerator | |
---|---|
LED1 | |
LED2 | |
LED3 | |
LED4 | |
LED5 | |
LED6 | |
LED7 | |
LED8 | |
LED9 | |
LED10 | |
ALL |
Used to blink all LEDs on the Xbox controller |
Definition at line 27 of file controllerEnums.h.
enum Button |
This enum is used to read all the different buttons on the different controllers
Definition at line 43 of file controllerEnums.h.
enum AnalogHat |
Joysticks on the PS3 and Xbox controllers.
Enumerator | |
---|---|
LeftHatX |
Left joystick x-axis |
LeftHatY |
Left joystick y-axis |
RightHatX |
Right joystick x-axis |
RightHatY |
Right joystick y-axis |
Definition at line 105 of file controllerEnums.h.