touch_pad_get_meas_time() function
Get touch sensor measurement and sleep time
Syntax
esp_err_t touch_pad_get_meas_time(uint16_t *sleep_cycle,
uint16_t *meas_cycle)
__attribute__((deprecated("please use 'touch_pad_get_measurement_clock_cycles' and 'touch_pad_get_measurement_interval' instead")));
Arguments
sleep_cycle
Pointer to accept sleep cycle number
meas_cycle
Pointer to accept measurement cycle count.
Return value
- ESP_OK on success - ESP_ERR_INVALID_ARG The input parameter is NULL