Moves the button monitoring and LED function to their own tasks to allow running concurrently.
The LED will maintain current brightness while a payload is running.
Please note that the asyncio library will need to be added to the lib folder on the Pico.
Moves the button monitoring and LED function to their own tasks to allow running concurrently. The LED will maintain current brightness while a payload is running. Please note that the asyncio library will need to be added to the
lib
folder on the Pico.