LUFA Library

Board specific LED driver header for the Xevelabs USB2AX revisions 1 and 2. More...

Macros

#define LEDS_ALL_LEDS   (LEDS_LED1 | LEDS_LED2)
 
#define LEDS_LED1   USB2AX_LEDS_LED1
 
#define LEDS_LED2   USB2AX_LEDS_LED2
 
#define LEDS_NO_LEDS   0
 

Detailed Description

Note
For version 3 USB2AX boards, compile with BOARD = USB2AX_V3 and for version 3.1, with BOARD = USB2AX_V31.

Board specific LED driver header for the Xevelabs USB2AX (http://paranoidstudio.assembla.com/wiki/show/paranoidstudio/USB2AX).

USB2AX:

NameColorInfoActive LevelPort Pin
LEDS_LED1GreenGeneral IndicatorHighPORTC.6

USB2AX_V3:

NameColorInfoActive LevelPort Pin
LEDS_LED1GreenGeneral IndicatorHighPORTD.1

USB2AX_V31:

NameColorInfoActive LevelPort Pin
LEDS_LED1GreenGeneral IndicatorHighPORTD.5
LEDS_LED2RedGeneral IndicatorHighPORTD.6

Macro Definition Documentation

◆ LEDS_ALL_LEDS

#define LEDS_ALL_LEDS   (LEDS_LED1 | LEDS_LED2)

LED mask for all the LEDs on the board.

◆ LEDS_LED1

#define LEDS_LED1   USB2AX_LEDS_LED1

LED mask for the first LED on the board.

◆ LEDS_LED2

#define LEDS_LED2   USB2AX_LEDS_LED2

LED mask for the second LED on the board.

◆ LEDS_NO_LEDS

#define LEDS_NO_LEDS   0

LED mask for none of the board LEDs.