Temperature Gauge
Microbit & Servo
On Start
set temp to 0
On Shake
set temp = current tempeature
// the measure of the current tempature is the temperature(C)
scroll rounded temp
Last updated
Microbit & Servo
On Start
set temp to 0
On Shake
set temp = current tempeature
// the measure of the current tempature is the temperature(C)
scroll rounded temp
Last updated
temp = (9/5) * temp + 32