Files
2023-02-10 09:02:07 +01:00

26 lines
651 B
JSON

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