diff --git a/docs/behind-the-makecode-hardware.md b/docs/behind-the-makecode-hardware.md index 5f1cbf4a..62f1fe32 100644 --- a/docs/behind-the-makecode-hardware.md +++ b/docs/behind-the-makecode-hardware.md @@ -23,6 +23,18 @@ "description": "Find out how the accelerometer detects motion in this fun video.", "youTubeId": "byngcwjO51U", "imageUrl": "/static/mb/behindhardware/accelerometer.jpg" + }, + { + "name": "Light Sensor", + "description": "Your micro:bit can see the light, how does it do that?", + "youTubeId": "TKhCr-dQMB", + "imageUrl": "/static/mb/behindhardware/light-sensor.jpg" + }, + { + "name": "Temperature Sensor", + "description": "One of the cool features on your board is the temperature sensor, how does it feel the heat?", + "youTubeId": "_T4N8O9xsMA", + "imageUrl": "/static/mb/behindhardware/temperature-sensor.jpg" } ] ``` diff --git a/docs/static/mb/behindhardware/light-sensor.jpg b/docs/static/mb/behindhardware/light-sensor.jpg new file mode 100644 index 00000000..cbe1c11c Binary files /dev/null and b/docs/static/mb/behindhardware/light-sensor.jpg differ diff --git a/docs/static/mb/behindhardware/temperature-sensor.jpg b/docs/static/mb/behindhardware/temperature-sensor.jpg new file mode 100644 index 00000000..ad111bae Binary files /dev/null and b/docs/static/mb/behindhardware/temperature-sensor.jpg differ