30#ifndef SM_PWM_01C_TSP_PIN
31#define SM_PWM_01C_TSP_PIN GPIO_PIN(0, 13)
33#ifndef SM_PWM_01C_TLP_PIN
34#define SM_PWM_01C_TLP_PIN GPIO_PIN(0, 28)
36#ifndef SM_PWM_01C_SAUL_INFO
37#define SM_PWM_01C_SAUL_INFO { .name = "sm-pwm-01c" }
40#ifndef SM_PWM_01C_PARAMS_DEFAULT
41#define SM_PWM_01C_PARAMS_DEFAULT { .tsp_pin = SM_PWM_01C_TSP_PIN, \
42 .tlp_pin = SM_PWM_01C_TLP_PIN }
51#ifdef SM_PWM_01C_PARAMS_BOARD
52 SM_PWM_01C_PARAMS_BOARD,
54 SM_PWM_01C_PARAMS_DEFAULT
69#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.