Shared files and configuration for all Zolertia Re-Mote boards.
More...
Shared files and configuration for all Zolertia Re-Mote boards.
|
#define | LED_ALL_OFF |
|
#define | LED_ALL_ON |
|
#define | LED3_ON |
|
#define | LED3_OFF |
|
#define | LED3_TOGGLE |
|
#define | LED4_ON |
|
#define | LED4_OFF |
|
#define | LED4_TOGGLE |
|
|
#define | XTIMER_WIDTH (16) |
|
#define | XTIMER_BACKOFF (50) |
|
#define | XTIMER_ISR_BACKOFF (40) |
|
◆ LED3_OFF
Value:
LED0_OFF
#define LED1_OFF
Switch off TX LED yellow.
Definition at line 51 of file board_common.h.
◆ LED3_ON
Value:
LED0_ON; \
LED1_ON
#define LED2_OFF
Switch off RX LED yellow.
Definition at line 48 of file board_common.h.
◆ LED3_TOGGLE
Value:
LED0_TOGGLE
#define LED1_TOGGLE
Toggle TX LED yellow.
Definition at line 53 of file board_common.h.
◆ LED4_OFF
◆ LED4_ON
◆ LED4_TOGGLE
Value:
LED0_TOGGLE
#define LED2_TOGGLE
Toggle User RX LED yellow.
Definition at line 62 of file board_common.h.
◆ LED_ALL_OFF
Value: LED0_OFF; \
LED1_OFF; \
LED2_OFF
Definition at line 39 of file board_common.h.
◆ LED_ALL_ON
Value: LED0_ON; \
LED1_ON; \
LED2_ON
Definition at line 43 of file board_common.h.