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

GPIO debounce is not working for ESP32 #879

Closed
josesimoes opened this issue Nov 5, 2021 · 0 comments · Fixed by nanoframework/nf-interpreter#2144
Closed

GPIO debounce is not working for ESP32 #879

josesimoes opened this issue Nov 5, 2021 · 0 comments · Fixed by nanoframework/nf-interpreter#2144

Comments

@josesimoes
Copy link
Member

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

  1. Use the GPIO events sample

  2. Set a debounce time

  3. No events will be fired.

...

Other suggested things

Expected behavior

Sample Project

Screenshot

Additional context

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

Successfully merging a pull request may close this issue.

2 participants