touch_pad_config vs touch_pad_set_thresh? No difference?
Posted: Sun Sep 26, 2021 1:53 pm
Hi, what's the difference between touch_pad_config() and touch_pad_set_thresh()? They take the same parameters:
Code: Select all
esp_err_t touch_pad_config(touch_pad_t touch_num, uint16_t threshold)
esp_err_t touch_pad_set_thresh(touch_pad_t touch_num, uint16_t threshold)