We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.NET nanoFramework library: (W.D.Gpio)
Target: ESP32
Debounce time on the ESP32 is not working. As soon as you set a value to it, you don't get any other GPIO events.
Use the GPIO events sample
Set a debounce time
No events will be fired.
...
The text was updated successfully, but these errors were encountered:
josesimoes
Successfully merging a pull request may close this issue.
Details about Problem
.NET nanoFramework library: (W.D.Gpio)
Target: ESP32
Description
Debounce time on the ESP32 is not working. As soon as you set a value to it, you don't get any other GPIO events.
Detailed repro steps so we can see the same problem
Use the GPIO events sample
Set a debounce time
No events will be fired.
...
Other suggested things
Expected behavior
Sample Project
Screenshot
Additional context
The text was updated successfully, but these errors were encountered: