Update to make it more like a crank

This commit is contained in:
Sam El-Husseini
2018-01-10 13:47:39 -08:00
parent 10cd39a4ec
commit 8357372fb5
2 changed files with 52 additions and 84 deletions

View File

@ -96,8 +96,16 @@ namespace pxsim {
this.started = true;
}
setSpeedAsInput(speed: number) {
this.speed = speed;
manualMotorDown() {
}
manualMotorMove(angle: number) {
}
manualMotorUp() {
}
updateState(elapsed: number) {