{"id":23714379,"url":"https://github.com/calinradoni/debouncer","last_synced_at":"2026-02-08T21:30:14.887Z","repository":{"id":182075716,"uuid":"227701488","full_name":"CalinRadoni/Debouncer","owner":"CalinRadoni","description":"Platform and compiler independent button debouncer","archived":false,"fork":false,"pushed_at":"2020-10-25T16:11:29.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-30T20:19:19.134Z","etag":null,"topics":["button","debounce","esp-idf"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CalinRadoni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-GPLv3.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-12-12T21:40:08.000Z","updated_at":"2020-10-25T16:07:40.000Z","dependencies_parsed_at":"2023-07-18T16:52:36.048Z","dependency_job_id":null,"html_url":"https://github.com/CalinRadoni/Debouncer","commit_stats":null,"previous_names":["calinradoni/debouncer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2FDebouncer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2FDebouncer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2FDebouncer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2FDebouncer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CalinRadoni","download_url":"https://codeload.github.com/CalinRadoni/Debouncer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239800482,"owners_count":19699127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["button","debounce","esp-idf"],"created_at":"2024-12-30T20:19:15.894Z","updated_at":"2026-02-08T21:30:14.855Z","avatar_url":"https://github.com/CalinRadoni.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helper class for button debouncing\n\n[![Build Status](https://travis-ci.com/CalinRadoni/Debouncer.svg?branch=master)](https://travis-ci.com/CalinRadoni/Debouncer)\n\nThis class uses a counting algorithm.\nI think that it is more \"safe\" then other algorithms.\n\nIn the first implementation I have used a history based algorithm like the one described in [Embed With Elliot: Debounce Your Noisy Buttons, Part II](https://hackaday.com/2015/12/10/embed-with-elliot-debounce-your-noisy-buttons-part-ii/)\n\n## Files\n\n- the implementation is in the `Debouncer.h` and `Debouncer.cpp` fles.\n- `CMakeLists.txt` and `Kconfig.projbuild` are only for `esp-idf`\n- `build.sh` is used to build and run the `example` executable, manually or by Travis CI\n\n## Dependencies\n\nThis should be platform and compiler agnostic but:\n\n- If used with `esp-idf`, [Espressif IoT Development Framework](https://github.com/espressif/esp-idf).\n\n## Development Environment\n\nMain tools used where [Espressif IoT Development Framework](https://github.com/espressif/esp-idf) and *ESP32 toolchain for Linux*\n(see [Standard Setup of Toolchain for Linux](https://github.com/espressif/esp-idf/blob/master/docs/get-started/linux-setup.rst)\nfor the latest version).\n\nEditing was done in [Visual Studio Code](https://code.visualstudio.com).\n\nVersion control with [Git](https://git-scm.com).\n\n## License\n\nThis software and related documentation is released under the [GNU GPLv3](http://www.gnu.org/licenses/gpl-3.0.html) License. See the `LICENSE-GPLv3.txt` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalinradoni%2Fdebouncer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalinradoni%2Fdebouncer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalinradoni%2Fdebouncer/lists"}