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

5 lines
290 B
JSON
Raw Normal View History

2017-11-30 20:28:20 +01:00
{
"sensors.GyroSensor.angle": "Get the current angle from the gyroscope.",
2018-01-05 08:21:19 +01:00
"sensors.GyroSensor.calibrate": "Forces a calibration of the gyro. Must be called when the sensor is completely still.",
"sensors.GyroSensor.rotationRate": "Get the current rotation rate from the gyroscope."
2017-11-30 20:28:20 +01:00
}