Motors cleanup (#192)

* refactoring

* moving chassis into separate project

* added set motors
This commit is contained in:
Peli de Halleux
2018-01-05 16:02:52 -08:00
committed by GitHub
parent 76ff39605a
commit 64d6c2b090
11 changed files with 229 additions and 89 deletions

View File

@ -14,11 +14,16 @@ namespace sensors {
}
//% color="#A5CA18" weight=90 icon="\uf10d"
//% groups='["Motion", "Sensors", "Chassis"]'
//% groups='["Motion", "Counters", "Sync Motion"]'
//% labelLineWidth=0
namespace motors {
}
//% labelLineWidth=0
namespace chassis {
}
//% labelLineWidth=0
namespace behaviors {
}