33#ifndef SM_PWM_01C_TSP_PIN 
   34#define SM_PWM_01C_TSP_PIN               GPIO_PIN(0, 13) 
   36#ifndef SM_PWM_01C_TLP_PIN 
   37#define SM_PWM_01C_TLP_PIN               GPIO_PIN(0, 28) 
   39#ifndef SM_PWM_01C_SAUL_INFO 
   40#define SM_PWM_01C_SAUL_INFO             { .name = "sm-pwm-01c" } 
   43#ifndef SM_PWM_01C_PARAMS_DEFAULT 
   44#define SM_PWM_01C_PARAMS_DEFAULT        { .tsp_pin = SM_PWM_01C_TSP_PIN, \ 
   45                                           .tlp_pin = SM_PWM_01C_TLP_PIN } 
   54#ifdef SM_PWM_01C_PARAMS_BOARD 
   55    SM_PWM_01C_PARAMS_BOARD,
 
   57    SM_PWM_01C_PARAMS_DEFAULT
 
 
   72#define SM_PWM_01C_NUMOF    ARRAY_SIZE(sm_pwm_01c_params) 
SAUL registry interface definition.
SM_PWM_01C Device Driver.
static const saul_reg_info_t sm_pwm_01c_saul_info[]
Additional meta information to keep in the SAUL registry.
static const sm_pwm_01c_params_t sm_pwm_01c_params[]
Configure SM_PWM_01C.
Additional data to collect for each entry.
Parameters for the SM_PWM_01c sensor.