6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
namespace pxsim.motors {
|
|
export function motorOn(power: number) {
|
|
// TODO
|
|
}
|
|
}
|