legg denne koden i makecode (til micro:bit)

basic.forever(function () {
serial.writeLine("" + input.temperature())
basic.pause(5000)
})