dca6dba74c
* temperature chapter * adding missing radio * added drag fresh hex file to drive
796 B
796 B
Temperature
basic.forever(() => {
led.plotBarGraph(
input.temperature(), 50
)
})
This lesson give students real world experience with coding, collecting temperature data, analyzing data, and reporting results using MakeCode’s block programming and a microbit with its sensors.
Contents
Adapted from "Temperature" by C Lyman |