Added todo

This commit is contained in:
Sam El-Husseini 2017-12-27 17:07:50 -08:00
parent 0da175a8cd
commit 2fb75a2d83

View File

@ -212,6 +212,7 @@ namespace pxsim.visuals {
}
case NodeType.MediumMotor:
case NodeType.LargeMotor: {
// TODO: figure out if the motor is in "input" or "output" mode
const state = ev3board().getMotors()[port];
view = new MotorReporterControl(this.element, this.defs, state, port);
break;