From ba96e94fa7bf3d47fb6169481cbe29cbbf87cd4a Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 5 Apr 2016 16:52:50 -0700 Subject: [PATCH] added jsdoc --- libs/microbit-radio/radio.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/microbit-radio/radio.ts b/libs/microbit-radio/radio.ts index 3ae2ea78..4106ca2c 100644 --- a/libs/microbit-radio/radio.ts +++ b/libs/microbit-radio/radio.ts @@ -1,3 +1,6 @@ +/** + * Communicate data using radio packets + */ //% color=270 weight=34 namespace radio { /**