Skip to content
#

standard

Here are 826 public repositories matching this topic...

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.

Improve this page

Add a description, image, and links to the standard topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the standard topic, visit your repo's landing page and select "manage topics."

Learn more