24 lines
796 B
Markdown
24 lines
796 B
Markdown
|
# 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 MakeCode’s 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/) |
|