ESP-IDF + 0/1 examples
SourceVu will show references to touch_pad_read_raw_data() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK Success - ESP_ERR_INVALID_ARG Touch pad parameter error - ESP_ERR_INVALID_STATE This touch pad hardware connection is error, the value of "touch_value" is 0. - ESP_FAIL Touch pad not initialized

Notes

touch_pad_filter_start has to be called before calling touch_pad_read_raw_data. This function can be called from ISR

References

from examples