Edit clean up of 'temperature' lesson (#661)
This commit is contained in:
committed by
Peli de Halleux
parent
8d10987d19
commit
471df4b730
@ -1,14 +1,8 @@
|
||||
# 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.
|
||||
This lesson give students real world experience with coding, collecting temperature data, analyzing data, and reporting results using MakeCode’s block programming and a @boardname@ with its sensors.
|
||||
|
||||
## Contents
|
||||
|
||||
@ -20,4 +14,4 @@ This lesson give students real world experience with coding, collecting temperat
|
||||
|
||||
| | | |
|
||||
|-|-|-|
|
||||
| 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/) |
|
||||
| Adapted from "[Temperature Data](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