USB Host Shield 2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Enumerations | Variables
xboxEnums.h File Reference
#include "controllerEnums.h"
Include dependency graph for xboxEnums.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  LEDMode { ROTATING = 0x0A, FASTBLINK = 0x0B, SLOWBLINK = 0x0C, ALTERNATING = 0x0D }
 

Variables

const uint8_t LEDS[] PROGMEM
 

Enumeration Type Documentation

enum LEDMode

Enum used to set special LED modes supported by the Xbox controller.

Enumerator
ROTATING 
FASTBLINK 
SLOWBLINK 
ALTERNATING 

Definition at line 24 of file xboxEnums.h.

Variable Documentation

const uint16_t BUTTONS [] PROGMEM
Initial value:
= {
0x02,
0x03,
0x04,
0x05,
0x01
}

Used to set the LEDs on the controllers

Buttons on the controllers

Definition at line 32 of file xboxEnums.h.