Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32/S2/S3 touch sensor support #342

Open
keirlawson opened this issue Nov 22, 2023 · 3 comments · May be fixed by #346
Open

ESP32/S2/S3 touch sensor support #342

keirlawson opened this issue Nov 22, 2023 · 3 comments · May be fixed by #346

Comments

@keirlawson
Copy link

Currently this sensor is supported by esp-idf-sys but there is no higher level wrapper, it would be great to have one!

@keirlawson keirlawson linked a pull request Nov 28, 2023 that will close this issue
@joeatbayes
Copy link

joeatbayes commented Apr 20, 2024

@keirlawson - Do you know when the touch driver will be available in a stable release?

@keirlawson
Copy link
Author

I'm afraid I stopped working on it as my embedded Rust skills are not really up to the challenge!

@joeatbayes
Copy link

@keirlawson This doesn't bring in the touch driver but it does deliver similar basic capability using Rust and would work on CPU that do not have the touch pins. The main downside is this version uses core CPU cycles whereas the native touch function can run while in sleep and function as a wake-up source. https://github.com/joeatbayes/embedded-rust-examples/tree/main/ex-gpio-change-pin-direction-var-cap-read-1-pin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants