Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

debounce buttons with a non-memorizing startup delay based on FreeRTOS tasks #116

Closed dhebbeker closed 6 months ago

dhebbeker commented 6 months ago

This uses FreeRTOS task notification features to implement a non-memorizing startup debouncer.

See

Inspired by https://github.com/Task-Tracker-Systems/ESP32-Playground/commit/df3d00246c2374b2f9a2bd579b88879711a34c4b

Resolves #113.

dhebbeker commented 6 months ago

There are two problems: