Initial commit

This commit is contained in:
2023-02-09 11:17:03 +01:00
commit 81e507f295
3 changed files with 111 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "Shiftregister",
"version": "1.0.0",
"description": "Control shift register with simple Class.",
"keywords": "shift, register, multiple",
"repository":
{
"type": "git",
"url": "https://git.kleiax.de/PlatformIO-Libs/Shiftregister.git"
},
"authors":
[
{
"name": "Alexander Klein",
"email": "alex@kleiax.de",
"url": "https://www.kleiax.de/contact"
}
],
"license": "MIT",
"homepage": "https://www.kleiax.de/",
"frameworks": "*",
"platforms": "*"
}