fixing missing radio rfs

This commit is contained in:
Peli de Halleux 2018-09-14 08:50:03 -07:00
parent e031c86782
commit 8b053d5d55
2 changed files with 8 additions and 0 deletions

View File

@ -98,3 +98,7 @@ using C++, JavaScript and/or ARM thumb.
## [Open Source](/open-source)
The code for the micro:bit is [open source](/open-source) on GitHub. Contributors are welcome!
```package
radio
```

View File

@ -36,3 +36,7 @@ input.onButtonPressed(Button.B, function () {
group = 128
radio.setGroup(group)
```
```package
radio
```