Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 337 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 337 Bytes

An example PlatformIO project for M5Stamp C3 using FreeRTOS tasks

The internal RGB led will change its color with each press on the button. Two FreeRTOS task used for the functionality. One to read the button presses and the other to set correct led status.

Everything adjusted in platformio.ini Open the project, build and upload.