pxt-ev3/libs/ultrasonic-sensor/_locales/ultrasonic-sensor-jsdoc-strings.json

6 lines
343 B
JSON
Raw Normal View History

2017-11-30 09:38:04 -08:00
{
2017-11-30 09:41:34 -08:00
"sensors.UltraSonicSensor.distance": "Gets the distance from the sonar in centimeters",
2017-11-30 09:38:04 -08:00
"sensors.UltraSonicSensor.onEvent": "Registers code to run when the given color is close",
"sensors.UltraSonicSensor.onEvent|param|handler": "the code to run when detected",
"sensors.UltraSonicSensor.pauseUntil": "Waits for the event to occur"
2017-11-30 09:38:04 -08:00
}