differentiate large/medium motors
This commit is contained in:
@ -58,9 +58,13 @@
|
||||
"input.remoteButtonTopRight": "Remote top-right button.",
|
||||
"output.Motor.off": "Power off the motor.",
|
||||
"output.Motor.on": "Power on the motor.",
|
||||
"output.Motor.onForTime": "Power on the motor for a specified number of milliseconds.",
|
||||
"output.Motor.onForAngle": "Powers on the motor for a specified number of milliseconds.",
|
||||
"output.Motor.onForAngle|param|brake": "whether or not to use the brake",
|
||||
"output.Motor.onForAngle|param|degrees": "the number of degrees to turn, eg: 90",
|
||||
"output.Motor.onForAngle|param|power": "the motor power level from ``-100`` to ``100``, eg: 50",
|
||||
"output.Motor.onForTime": "Powers on the motor for a specified number of milliseconds.",
|
||||
"output.Motor.onForTime|param|brake": "whether or not to use the brake",
|
||||
"output.Motor.onForTime|param|ms": "the number of milliseconds to turn the motor on, eg: 500",
|
||||
"output.Motor.onForTime|param|milliseconds": "the number of milliseconds to turn the motor on, eg: 500",
|
||||
"output.Motor.onForTime|param|power": "the motor power level from ``-100`` to ``100``, eg: 50",
|
||||
"output.Motor.on|param|power": "the motor power level from ``-100`` to ``100``, eg: 50",
|
||||
"output.Motor.setPower": "Sets the motor power level from ``-100`` to ``100``.",
|
||||
|
@ -83,14 +83,19 @@
|
||||
"input.ultrasonic4|block": "ultrasonic sensor 4",
|
||||
"input|block": "input",
|
||||
"output.Motor.off|block": "%motor|OFF then brake %brake",
|
||||
"output.Motor.onForTime|block": "%motor|ON at power %power|for %ms=timePicker|ms then brake %brake",
|
||||
"output.Motor.onForAngle|block": "%motor|ON at power %power|for %degrees|deg then brake %brake",
|
||||
"output.Motor.onForTime|block": "%motor|ON at power %power|for %milliseconds=timePicker|ms then brake %brake",
|
||||
"output.Motor.on|block": "%motor|ON at power %power",
|
||||
"output.Motor.setPower|block": "%motor|set power to %speed",
|
||||
"output.Motor.speed|block": "%motor|speed",
|
||||
"output.motorA|block": "motor A",
|
||||
"output.motorB|block": "motor B",
|
||||
"output.motorC|block": "motor C",
|
||||
"output.motorD|block": "motor D",
|
||||
"output.largeMotorA|block": "large motor A",
|
||||
"output.largeMotorB|block": "large motor B",
|
||||
"output.largeMotorC|block": "large motor C",
|
||||
"output.largeMotorD|block": "large motor D",
|
||||
"output.mediumMotorA|block": "medium motor A",
|
||||
"output.mediumMotorB|block": "medium motor B",
|
||||
"output.mediumMotorC|block": "medium motor C",
|
||||
"output.mediumMotorD|block": "medium motor D",
|
||||
"output.pattern|block": "%pattern",
|
||||
"output.setStatusLight|block": "set status light %pattern=led_pattern",
|
||||
"output|block": "output",
|
||||
|
Reference in New Issue
Block a user