30 #ifndef MODULE_SAUL_PWM 
#define BTN1_MODE
Button B mode.
 
#define BTN1_PIN
Button B pin.
 
#define LED2_PIN
RX LED yellow.
 
#define BTN2_PIN
Button 2 pin
 
#define BTNWK_MODE
Wake button mode.
 
#define BTN2_MODE
Button 2 mode
 
#define BTNWK_PIN
Wake button pin
 
static const saul_gpio_params_t saul_gpio_params[]
GPIO pin configuration.
 
@ 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
 
Direct mapped GPIO configuration values.
 
const char * name
name of the device connected to this pin
 
Board specific definitions for the Zigduino board.