Radio bridge description text (#1223)

This commit is contained in:
Galen Nickel 2018-09-13 07:04:45 -07:00 committed by Peli de Halleux
parent 1ed95f2b7d
commit f76f5b23d1

View File

@ -1,5 +1,7 @@
# Radio bridge
Transfer the packet data received from the radio to the serial port. Use buttons **A** and **B** to select a radio group number.
```typescript
/**
* Download this code and connect the device to the computer.
@ -33,4 +35,4 @@ input.onButtonPressed(Button.B, function () {
})
group = 128
radio.setGroup(group)
```
```