Initial commit

This commit is contained in:
2023-02-09 11:39:47 +01:00
commit c20ee14d85
3 changed files with 137 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "Motor",
"version": "1.0.0",
"description": "Control Motor with simple Class.",
"keywords": "motor, direction, engine",
"repository":
{
"type": "git",
"url": "https://github.com/username/hello-world.git"
},
"authors":
[
{
"name": "Alexander Klein",
"email": "alex@kleiax.de",
"url": "https://www.kleiax.de/contact"
}
],
"license": "MIT",
"homepage": "https://www.kleiax.de/",
"dependencies": {
"https://git.kleiax.de/PlatformIO-Libs/Shiftregister.git#v1.0": "v1.0"
},
"frameworks": "*",
"platforms": "*"
}