Last commit was wrong... now all versions aof Passkey are here... :)

This commit is contained in:
Johannes Findeisen 2023-07-15 23:30:12 +02:00
commit 92d0aef82b
10 changed files with 407 additions and 0 deletions

13
Blinker/library.json Normal file
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": "*"
}