Motors cleanup (#192)
* refactoring * moving chassis into separate project * added set motors
This commit is contained in:
15
libs/chassis/pxt.json
Normal file
15
libs/chassis/pxt.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "chassis",
|
||||
"description": "Chassis robot support",
|
||||
"files": [
|
||||
"README.md",
|
||||
"chassis.ts"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"public": true,
|
||||
"dependencies": {
|
||||
"core": "file:../core"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user