fixing color / gyro
This commit is contained in:
@ -23,9 +23,9 @@
|
||||
"input.Button.onEvent": "Do something when a button or sensor is clicked, double clicked, etc...",
|
||||
"input.Button.onEvent|param|body": "code to run when the event is raised",
|
||||
"input.Button.wasPressed": "See if the button was pressed again since the last time you checked.",
|
||||
"input.ColorSensor.getAmbientLight": "Get current ambient light value from the color sensor.",
|
||||
"input.ColorSensor.getColor": "Get the current color from the color sensor.",
|
||||
"input.ColorSensor.getReflectedLight": "Get current reflected light value from the color sensor.",
|
||||
"input.ColorSensor.ambientLight": "Get current ambient light value from the color sensor.",
|
||||
"input.ColorSensor.color": "Get the current color from the color sensor.",
|
||||
"input.ColorSensor.reflectedLight": "Get current reflected light value from the color sensor.",
|
||||
"input.GyroSensor.angle": "Get the current angle from the gyroscope.",
|
||||
"input.GyroSensor.rate": "Get the current rotation rate from the gyroscope.",
|
||||
"input.IrSensor.distance": "Get the distance measured by the infrared sensor.",
|
||||
|
@ -18,9 +18,9 @@
|
||||
"input.Button.isPressed|block": "%button|is pressed",
|
||||
"input.Button.onEvent|block": "on %button|%event",
|
||||
"input.Button.wasPressed|block": "%button|was pressed",
|
||||
"input.ColorSensor.getAmbientLight|block": "%color| ambient light",
|
||||
"input.ColorSensor.getColor|block": "%color| color",
|
||||
"input.ColorSensor.getReflectedLight|block": "%color| reflected light",
|
||||
"input.ColorSensor.ambientLight|block": "%color| ambient light",
|
||||
"input.ColorSensor.color|block": "%color| color",
|
||||
"input.ColorSensor.reflectedLight|block": "%color| reflected light",
|
||||
"input.GyroSensor.angle|block": "%color|angle",
|
||||
"input.GyroSensor.rate|block": "%color|rotation rate",
|
||||
"input.IrSensor.distance|block": "%infrared|distance",
|
||||
@ -34,6 +34,10 @@
|
||||
"input.color2|block": "color sensor 2",
|
||||
"input.color3|block": "color sensor 3",
|
||||
"input.color4|block": "color sensor 4",
|
||||
"input.gyro1|block": "gyroscope 1",
|
||||
"input.gyro2|block": "gyroscope 2",
|
||||
"input.gyro3|block": "gyroscope 3",
|
||||
"input.gyro4|block": "gyroscope 4",
|
||||
"input.remoteBottomLeft|block": "remote bottom-left",
|
||||
"input.remoteBottomRight|block": "remote bottom-right",
|
||||
"input.remoteCenter|block": "remote center",
|
||||
@ -61,6 +65,8 @@
|
||||
"{id:category}Output": "Output",
|
||||
"{id:category}Screen": "Screen",
|
||||
"{id:category}Serial": "Serial",
|
||||
"{id:group}Color Sensor": "Color Sensor",
|
||||
"{id:group}Gyroscope": "Gyroscope",
|
||||
"{id:group}Lights": "Lights",
|
||||
"{id:group}Motors": "Motors",
|
||||
"{id:group}Screen": "Screen"
|
||||
|
Reference in New Issue
Block a user