49         .name = 
"Button(SW1)",
 
   55         .name = 
"Button(SW2)",
 
#define BTN1_MODE
Button B mode.
 
#define BTN1_PIN
Button B pin.
 
#define BTN2_PIN
Button 2 pin
 
#define BTN2_MODE
Button 2 mode
 
#define LED_GREEN_PIN
LED1 is a green LED.
 
#define LED_BLUE_PIN
LED2 is a blue LED.
 
#define LED_RED_PIN
LED0 is a red LED.
 
@ GPIO_OUT
select GPIO MASK as output
 
Parameter definitions for mapping peripherals directly to SAUL.
 
@ SAUL_GPIO_INIT_CLEAR
set pin inactive after init
 
@ SAUL_GPIO_INVERTED
pin is used as inverted
 
static const saul_gpio_params_t saul_gpio_params[]
GPIO pin configuration.
 
Direct mapped GPIO configuration values.
 
const char * name
name of the device connected to this pin
 
Board specific definitions for the Zigduino board.