pxt-calliope/docs/courses/ucp-science/temperature.md
Peli de Halleux dca6dba74c
temperature chapter (#654)
* temperature chapter

* adding missing radio

* added drag fresh hex file to drive
2018-02-16 07:05:16 -08:00

796 B
Raw Blame History

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 MakeCodes block programming and a microbit with its sensors.

Contents


Adapted from "Temperature" by C Lyman CC BY-NC-SA