temperature chapter (#654)
* temperature chapter * adding missing radio * added drag fresh hex file to drive
This commit is contained in:
23
docs/courses/ucp-science/temperature.md
Normal file
23
docs/courses/ucp-science/temperature.md
Normal file
@ -0,0 +1,23 @@
|
||||
# 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) | | [](https://creativecommons.org/licenses/by-nc-sa/4.0/) |
|
Reference in New Issue
Block a user