Files
2023-02-09 11:17:03 +01:00

23 lines
559 B
JSON

{
"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": "*"
}