Files
Motor/library.json
T
2023-02-09 11:44:37 +01:00

26 lines
645 B
JSON

{
"name": "Motor",
"version": "1.0.0",
"description": "Control Motor with simple Class.",
"keywords": "motor, direction, engine",
"repository":
{
"type": "git",
"url": "https://git.kleiax.de/PlatformIO-Libs/Motor.git"
},
"authors":
[
{
"name": "Alexander Klein",
"email": "alex@kleiax.de",
"url": "https://www.kleiax.de/contact"
}
],
"license": "MIT",
"homepage": "https://www.kleiax.de/",
"dependencies": {
"external-repo" : "https://git.kleiax.de/PlatformIO-Libs/Shiftregister.git#v1.0"
},
"frameworks": "*",
"platforms": "*"
}