driver(touch): support touch sensor for esp32s3 platform

This commit is contained in:
fuzhibo
2021-06-22 21:53:16 +08:00
committed by laokaiyao
parent 9711e8e0aa
commit 057b9d61b5
26 changed files with 531 additions and 104 deletions

View File

@@ -0,0 +1,4 @@
/**
* The touch sensor function is the same as the esp32s2 platform.
* Please refer to the source files of the ESP32S2 platform.
*/