|
31 | 31 | "toolbar-speaker.tryItDescription": "Right now the tones are not supported on the simulator. If you would like to see tones implemented, please +1 the feature addition issue on GitHub! Regardless, you can play it on your device!",
|
32 | 32 | "toolbar-temperature-sensor.description": "This sensor uses an NTC thermistor to sense temperature an calculate it with the analog voltage on analog pin #A9.",
|
33 | 33 | "toolbar-temperature-sensor.title": "Temperature Sensor",
|
34 |
| - "toolbar-temperature-sensor.tryItDescription": "You can set the temperature range from your code!", |
| 34 | + "toolbar-temperature-sensor.tryItDescription": "You can set the temperature in degrees Celsius.", |
35 | 35 | "toolbar-accelerometer-sensor.title": "Accelerometer",
|
36 | 36 | "toolbar-accelerometer-sensor.description": "An accelerometer measures the acceleration of your micro:bit; this component senses when the micro:bit is moved.",
|
37 | 37 | "toolbar-accelerometer-sensor.tryItDescription": "Set the acceleration with the sliders.",
|
|
76 | 76 | "toolbar-clue-sound-sensor.tryItDescription": "If you would like to see this sensor supported, please +1 the feature addition issue on GitHub!",
|
77 | 77 | "toolbar-clue-pressure-sensor.title": "Pressure",
|
78 | 78 | "toolbar-clue-pressure-sensor.description": "CLUE uses the BMP280 sensor for barometric pressure. Because pressure changes with altitude, and the pressure measurements are so good, you can also use it as an altimeter with ±1 meter accuracy.",
|
79 |
| - "toolbar-clue-pressure-sensor.tryItDescription": "You can set the pressure here.", |
| 79 | + "toolbar-clue-pressure-sensor.tryItDescription": "You can set the pressure here in hectoPascals (hPa).", |
80 | 80 | "toolbar-clue-humidity-sensor.title": "Humidity",
|
81 | 81 | "toolbar-clue-humidity-sensor.description": "The SHT30-D sensor has an excellent ±2% relative humidity and ±0.5°C accuracy for most uses.",
|
82 |
| - "toolbar-clue-humidity-sensor.tryItDescription": "You can set the humidity % here.", |
| 82 | + "toolbar-clue-humidity-sensor.tryItDescription": "You can set the humidity in percentage (%) here.", |
83 | 83 | "toolbar-clue-gesture-sensor.title": "Gesture",
|
84 | 84 | "toolbar-clue-gesture-sensor.description": "The gesture sensor can detect directional gestures (left to right, right to left, up to down, down to up), but in theory more complicated gestures like zig-zag, clockwise or counterclockwise circle, near to far, etc. could also be detected with additional code. ",
|
85 | 85 | "toolbar-clue-gesture-sensor.tryItDescription": "Select a gesture and send it by clicking the button.",
|
86 | 86 | "toolbar-clue-proximity-sensor.title": "Proximity",
|
87 | 87 | "toolbar-clue-proximity-sensor.description": "The proximity sensor uses APDS9960 and is able to return how close an object is to the front of the sensor.",
|
88 |
| - "toolbar-clue-proximity-sensor.tryItDescription": "You can set the proximity here.", |
| 88 | + "toolbar-clue-proximity-sensor.tryItDescription": "Set relative proximity to the sensor in values from 0 - 255", |
89 | 89 | "toolbar-clue-bluetooth.title": "Bluetooth",
|
90 | 90 | "toolbar-clue-bluetooth.description": "You can transmit data over Bluetooth to a computer or mobile device for data plotting and logging, or save it to the built in storage.",
|
91 | 91 | "toolbar-clue-bluetooth.tryItDescription": "If you would like to see this sensor supported, please +1 the feature addition issue on GitHub! ",
|
|
0 commit comments