The Wayback Machine - https://web.archive.org/web/20200912123119/https://github.com/project-chip/connectedhomeip/issues/1006
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

Refactor the ESP32 example application #1006

Open
sagar-apple opened this issue Jun 4, 2020 · 0 comments
Open

Refactor the ESP32 example application #1006

sagar-apple opened this issue Jun 4, 2020 · 0 comments

Comments

@sagar-apple
Copy link
Contributor

@sagar-apple sagar-apple commented Jun 4, 2020

Problem

The ESP32 example application should be using FreeRTOS tasks(like the EFR32, nRF5 examples) instead of a while loop with a sleep. Because of this it currently needs to poll the buttons to use them.

Proposed Solution

Switch to the AppTask model the other examples use and update the buttons to be interrupt based, if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.