docs fixes

This commit is contained in:
Peli de Halleux
2017-03-15 15:54:40 -07:00
parent 46c297cba7
commit 69bd0225ad
2 changed files with 8 additions and 4 deletions

View File

@ -34,3 +34,7 @@ radio.sendNumber(0)
* learn how to register code to run when a packet is received over radio
* learn how to broadcast a number data packet to other @boardname@s connected via radio
* learn how to read the next radio packet as a number data packet
```package
radio
```