Board specific LED driver header for the Olimex AVR-USB-T32U4. More...
Macros | |
| #define | LEDS_ALL_LEDS (LEDS_LED1 | LEDS_LED2 | LEDS_LED3) |
| #define | LEDS_LED1 (1 << 0) |
| #define | LEDS_LED2 (1 << 5) |
| #define | LEDS_LED3 (1 << 6) |
| #define | LEDS_NO_LEDS 0 |
Board specific LED driver header for the Olimex AVR-USB-T32U4 (http://www.olimex.com/dev/avr-t32u4.html).
| Name | Color | Info | Active Level | Port Pin |
|---|---|---|---|---|
| LEDS_LED1 | Yellow | RX | High | PORTB.0 |
| LEDS_LED2 | Green | TX | High | PORTD.5 |
| LEDS_LED3 | N/A | General Indicator (Not Mounted) | High | PORTE.6 |
| #define LEDS_LED1 (1 << 0) |
LED mask for the first LED on the board.
| #define LEDS_LED2 (1 << 5) |
LED mask for the second LED on the board.
| #define LEDS_LED3 (1 << 6) |
LED mask for the third LED on the board.
| #define LEDS_NO_LEDS 0 |
LED mask for none of the board LEDs.