dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.42k stars 440 forks source link

Change button monitoring and LED to async tasks #98

Closed dbisu closed 2 years ago

dbisu commented 2 years ago

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.