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

24 lines
796 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Temperature
```sim
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
* [Overview](/courses/ucp-science/temperature/overview)
* [Setup and procedure](/courses/ucp-science/temperature/setup-procedure)
* [Resources](/courses/ucp-science/temperature/resources)
<br/>
| | | |
|-|-|-|
| Adapted from "[Temperature](https://drive.google.com/open?id=1X6FeANka2qcMC2ZFQgSSxEoHxsQc--6a0Pk9xxMOwE8)" by [C Lyman](http://utahcoding.org) | | [![CC BY-NC-SA](https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/) |