25 #define LED0_PIN_ID 25u
26 #define LED0_ON gpio_set(LED0_PIN_ID)
27 #define LED0_OFF gpio_clear(LED0_PIN_ID)
28 #define LED0_TOGGLE gpio_toggle(LED0_PIN_ID)
29 #define LED0_NAME "LED(Green)"
Peripheral MCU configuration for the Zigduino board.
void board_init(void)
Initialize the board, called from the cpu startup code.
Low-level GPIO peripheral driver interface definitions.