Initial commit
This commit is contained in:
@@ -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": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user