More doc fixes (#511)

* more doc fixes

* more fixes
This commit is contained in:
Peli de Halleux
2017-08-18 11:02:21 -07:00
committed by GitHub
parent c9e8cd4e78
commit 4f57c77b30
8 changed files with 140 additions and 127 deletions

View File

@ -130,3 +130,7 @@ basic.forever(() => {
radio.setTransmitPower(1)
radio.setGroup(12)
```
```package
radio
```

View File

@ -1,8 +1,6 @@
# Code
### @description code to make the Reaction Time interactive
![](/static/mb/courses/stem/reaction_time_complete.jpg)
This lesson uses the @boardname@ to measure the reaction time of a student by completing a circuit on a board. The student will be measuring his/her reaction time in an undistracted environment and a distracted environment.
Connect each piece of foil to the appropriate pin on the @boardname@.

View File

@ -220,4 +220,8 @@ basic.forever(() => {
players = [0]
radio.setGroup(10)
radio.setTransmitSerialNumber(true)
```
```package
radio
```