31         .
name = 
"LED1(green)",
 
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
 
@ GPIO_OUT
select GPIO MASK as output
 
static const saul_gpio_params_t saul_gpio_params[]
LED configuration.
 
@ GPIO_IN_PU
configure as input with pull-up resistor
 
Parameter definitions for mapping peripherals directly to SAUL.
 
@ SAUL_GPIO_INVERTED
pin is used as inverted
 
Direct mapped GPIO configuration values.
 
const char * name
name of the device connected to this pin
 
Board specific definitions for the Zigduino board.