2016-10-11 22:58:53 -07:00
|
|
|
namespace pxsim.motors {
|
2016-11-02 22:35:00 -07:00
|
|
|
export function motorPower(power: number) {
|
2016-10-11 22:58:53 -07:00
|
|
|
// TODO
|
|
|
|
}
|
2016-11-02 22:35:00 -07:00
|
|
|
export function motorCommand(command: MotorCommand) {
|
|
|
|
|
|
|
|
}
|
|
|
|
export function dualMotorPower(motor: Motor, percent: number) {
|
|
|
|
}
|
2016-10-11 22:58:53 -07:00
|
|
|
}
|