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