Temperature Sensor

This week, we have learned the way to use microbit to do some basic programming work. After learning about basic tips, I have developed this temperature sensor project.

The suitable temperature environment for people is from 18-23 Celsius. So when the temperature is lower than 18, the screen will show an inverted triangle and a string "Cold". When the temperature is higher than 23, the screen will display a normal triangle and a string "Hot". Otherwise, the screen will show a tick symbol with the word"Great"

Here is the link of my project.

https://makecode.microbit.org/_WqPdvVdVxdPe

Comments