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 |
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:
| Name | Color | Info | Active Level | Port Pin |
|---|---|---|---|---|
| LEDS_LED1 | Green | General Indicator | High | PORTC.6 |
USB2AX_V3:
| Name | Color | Info | Active Level | Port Pin |
|---|---|---|---|---|
| LEDS_LED1 | Green | General Indicator | High | PORTD.1 |
USB2AX_V31:
| Name | Color | Info | Active Level | Port Pin |
|---|---|---|---|---|
| LEDS_LED1 | Green | General Indicator | High | PORTD.5 |
| LEDS_LED2 | Red | General Indicator | High | PORTD.6 |
| #define LEDS_LED1 USB2AX_LEDS_LED1 |
LED mask for the first LED on the board.
| #define LEDS_LED2 USB2AX_LEDS_LED2 |
LED mask for the second LED on the board.
| #define LEDS_NO_LEDS 0 |
LED mask for none of the board LEDs.