Added asynchronous non-blocking LED blinking.

This makes use of the Blinker library:
https://github.com/MajenkoLibraries/Blinker
This commit is contained in:
Johannes Findeisen 2022-11-28 01:04:52 +01:00
commit 4e3b67d764
9 changed files with 195 additions and 4 deletions

View file

@ -0,0 +1,13 @@
{
"name": "Blinker",
"keywords": "led, blink",
"description": "Non-blocking LED blinking class",
"repository":
{
"type": "git",
"url": "https://github.com/MajenkoLibraries/Blinker"
},
"version": "1.0.3",
"frameworks": "arduino",
"platforms": "*"
}