You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/view/translations/en.json
+26-25Lines changed: 26 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -51,39 +51,40 @@
51
51
"toolbar-microbit-wireless.description": "micro:bits can use radio waves and bluetooth services to communicate with each other",
52
52
"toolbar-microbit-wireless.tryItDescription": "If you would like to see this sensor supported, please +1 the feature addition issue on GitHub! For now, you can try it on MakeCode!",
"toolbar-clue-temperature-sensor.description": "CLUE uses the BMP280 sensor, an environmental sensor with temperature.This precision sensor from Bosch is the best low-cost, precision sensing solution for measuring temperature with ±1.0°C accuracy.",
55
+
"toolbar-clue-temperature-sensor.tryItDescription": "You can set the temperature range from your code!",
"toolbar-clue-accelerometer-sensor.description": " The 3-axis accelerometer, can tell you which direction is down towards the Earth (by measuring gravity) or how fast the board is accelerating in 3D space.",
61
+
"toolbar-clue-accelerometer-sensor.tryItDescription": "Set the acceleration with the sliders.",
62
62
"toolbar-clue-led.title": "Neopixel",
63
-
"toolbar-clue-led.description": "",
64
-
"toolbar-clue-led.tryItDescription": "",
63
+
"toolbar-clue-led.description": "The CLUE has one full RGB LED on it's back",
64
+
"toolbar-clue-led.tryItDescription": "Run your code and see the cool effects on the simulator!",
65
65
"toolbar-clue-a-b-push.title": "Buttons",
66
-
"toolbar-clue-a-b-push.description": "",
67
-
"toolbar-clue-a-b-push.tryItDescription": "",
66
+
"toolbar-clue-a-b-push.description": "There are two buttons on the front of the CLUE (labelled A and B). The third button is to trigger both A and B buttons. You can detect when these buttons are pressed, allowing you to trigger code on the device.",
67
+
"toolbar-clue-a-b-push.tryItDescription": "Click them with your mouse or by pressing “A” and/or “B” on your keyboard!",
68
68
"toolbar-clue-gpio.title": "Input/Output (GPIO)",
69
-
"toolbar-clue-gpio.description": "",
70
-
"toolbar-clue-gpio.tryItDescription": "",
69
+
"toolbar-clue-gpio.description": "On the bottom edge of your CLUE, you have 25 pins. These pins allow you to really get creative. You can create circuits, connect external things like buzzers and motors and make your own fun projects.",
70
+
"toolbar-clue-gpio.tryItDescription": "If you would like to see this sensor supported, please +1 the feature addition issue on GitHub!",
71
71
"toolbar-clue-sound-sensor.title": "Sound",
72
-
"toolbar-clue-sound-sensor.description": "",
73
-
"toolbar-clue-sound-sensor.tryItDescription": "",
72
+
"toolbar-clue-sound-sensor.description": "The CLUE uses a PDM MEMS microphone. PDM is a little like 1-bit PWM. You clock the mic with a 1 MHz - 3 MHz clock rate, and on the data line you'll get a square wave out that syncs with the clock.",
73
+
"toolbar-clue-sound-sensor.tryItDescription": "If you would like to see this sensor supported, please +1 the feature addition issue on GitHub!",
"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.",
76
+
"toolbar-clue-pressure-sensor.tryItDescription": "You can set the pressure here.",
"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. ",
82
+
"toolbar-clue-gesture-sensor.tryItDescription": "Select a gesture and send it by clicking the button.",
"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.",
85
+
"toolbar-clue-proximity-sensor.tryItDescription": "You can set the proximity here.",
86
86
"toolbar-clue-bluetooth.title": "Bluetooth",
87
-
"toolbar-clue-bluetooth.description": "",
88
-
"toolbar-clue-bluetooth.tryItDescription": ""
89
-
}
87
+
"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.",
88
+
"toolbar-clue-bluetooth.tryItDescription": "If you would like to see this sensor supported, please +1 the feature addition issue on GitHub! ",
89
+
"toolbar-clue-speaker.description": "The CLUE has a buzzer/speaker for playing tones and beeps."
0 commit comments