First version with a button and added the Blinker library to the source root.

This commit is contained in:
Johannes Findeisen 2022-11-29 03:51:52 +01:00
commit 15e33b531f
9 changed files with 246 additions and 31 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": "*"
}