Board specific LED driver header for the DorkbotPDX Duce. More...
#include "../../../../Common/Common.h"
Macros | |
#define | LEDS_ALL_LEDS (LEDS_LED1 | LEDS_LED2 | LEDS_LED3 | LEDS_LED4) |
#define | LEDS_LED1 (1 << 4) |
#define | LEDS_LED2 (1 << 5) |
#define | LEDS_LED3 (1 << 6) |
#define | LEDS_LED4 (1 << 7) |
#define | LEDS_NO_LEDS 0 |
Board specific LED driver header for the DorkbotPDX Duce (http://dorkbotpdx.org/wiki/duce).
Name | Color | Info | Active Level | Port Pin |
---|---|---|---|---|
LEDS_LED1 | Red | Bicolor Indicator 1 | High | PORTC.4 |
LEDS_LED2 | Green | Bicolor Indicator 1 | High | PORTC.5 |
LEDS_LED3 | Red | Bicolor Indicator 2 | High | PORTC.6 |
LEDS_LED4 | Green | Bicolor Indicator 2 | High | PORTC.7 |