44         .name = 
"Joystick (Center)",
 
   49         .name = 
"Joystick (Left)",
 
   54         .name = 
"Joystick (Down)",
 
   59         .name = 
"Joystick (Right)",
 
   64         .name = 
"Joystick (Up)",
 
#define BTN1_MODE
Button B mode.
 
#define BTN1_PIN
Button B pin.
 
#define BTN2_PIN
Button 2 pin
 
#define BTN2_MODE
Button 2 mode
 
@ GPIO_OUT
select GPIO MASK as output
 
Parameter definitions for mapping peripherals directly to SAUL.
 
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.