36         .
name = 
"D2 (Orange)",
 
   44         .name = 
"D10 RGB (Red)",
 
   52         .name = 
"D10 RGB (Green)",
 
   60         .name = 
"D10 RGB (Blue)",
 
   67         .name = 
"S2 (Button)",
 
#define LED2_PIN
RX LED yellow.
 
@ 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[]
LED configuration.
 
Direct mapped GPIO configuration values.
 
const char * name
name of the device connected to this pin
 
Board specific definitions for the Zigduino board.