From f76f5b23d1dfe1628b4070988147380dc2b00b22 Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Thu, 13 Sep 2018 07:04:45 -0700 Subject: [PATCH] Radio bridge description text (#1223) --- docs/projects/radio-bridge.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/projects/radio-bridge.md b/docs/projects/radio-bridge.md index 3acf8002..e9124e8c 100644 --- a/docs/projects/radio-bridge.md +++ b/docs/projects/radio-bridge.md @@ -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) -``` \ No newline at end of file +```