USB Host Shield 2.0
|
Go to the source code of this file.
Enumerations | |
enum | LEDEnum { OFF = 0, LED1 = 1, LED2 = 2, LED3 = 3, LED4 = 4, LED5 = 5, LED6 = 6, LED7 = 7, LED8 = 8, LED9 = 9, LED10 = 10, ALL = 5 } |
enum | ButtonEnum { 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, SHARE = 4, OPTIONS = 5, KEYPAD = 17, BACK = 4, X = 14, Y = 15, XBOX = 16, SYNC = 17, BLACK = 8, WHITE = 9 } |
enum | AnalogHatEnum { LeftHatX = 0, LeftHatY = 1, RightHatX = 2, RightHatY = 3 } |
enum LEDEnum |
Enum used to turn on the LEDs on the different controllers.
Enumerator | |
---|---|
OFF | |
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 ButtonEnum |
This enum is used to read all the different buttons on the different controllers
Definition at line 45 of file controllerEnums.h.
enum AnalogHatEnum |
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 116 of file controllerEnums.h.