merging master

This commit is contained in:
Peli de Halleux
2016-11-09 13:20:18 -08:00
22 changed files with 498 additions and 263 deletions

View File

@ -1,5 +1,10 @@
namespace pxsim.motors {
export function motorOn(power: number) {
export function motorPower(power: number) {
// TODO
}
export function motorCommand(command: MotorCommand) {
}
export function dualMotorPower(motor: Motor, percent: number) {
}
}