feat(ulp_touch): add example for lp_touch
This commit is contained in:
@@ -736,8 +736,8 @@ config SOC_TOUCH_SENSOR_NUM
|
||||
default 10
|
||||
|
||||
config SOC_TOUCH_MIN_CHAN_ID
|
||||
bool
|
||||
default n
|
||||
int
|
||||
default 0
|
||||
|
||||
config SOC_TOUCH_MAX_CHAN_ID
|
||||
int
|
||||
|
||||
@@ -336,7 +336,7 @@
|
||||
/*-------------------------- TOUCH SENSOR CAPS -------------------------------*/
|
||||
#define SOC_TOUCH_SENSOR_VERSION (1U) /*!<Hardware version of touch sensor */
|
||||
#define SOC_TOUCH_SENSOR_NUM (10)
|
||||
#define SOC_TOUCH_MIN_CHAN_ID (0) /*!< Touch minimum channel number */
|
||||
#define SOC_TOUCH_MIN_CHAN_ID (0U) /*!< Touch minimum channel number */
|
||||
#define SOC_TOUCH_MAX_CHAN_ID (9) /*!< Touch maximum channel number */
|
||||
#define SOC_TOUCH_SUPPORT_SLEEP_WAKEUP (1)
|
||||
#define SOC_TOUCH_SAMPLE_CFG_NUM (1U) /*!< The sample configuration number in total, each sampler can be used to sample on one frequency */
|
||||
|
||||
Reference in New Issue
Block a user