From 69bd0225ad869bdf24dd0774766a1306acf1a3cc Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 15 Mar 2017 15:54:40 -0700 Subject: [PATCH] docs fixes --- docs/lessons/charting.md | 4 ++++ docs/reference/bluetooth.md | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/lessons/charting.md b/docs/lessons/charting.md index ce848926..03a62b38 100644 --- a/docs/lessons/charting.md +++ b/docs/lessons/charting.md @@ -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 +``` \ No newline at end of file diff --git a/docs/reference/bluetooth.md b/docs/reference/bluetooth.md index 29750895..d14a59c9 100644 --- a/docs/reference/bluetooth.md +++ b/docs/reference/bluetooth.md @@ -40,10 +40,6 @@ bluetooth.advertiseUrl("https://pxt.microbit.org/", 7, true); bluetooth.stopAdvertising(); ``` -```package -bluetooth -``` - ### Advanced For more advanced information on the @boardname@ Bluetooth UART service including information on using a smartphone, see the [Lancaster University @boardname@ runtime technical documentation](http://lancaster-university.github.io/microbit-docs/ble/uart-service/) @@ -60,3 +56,7 @@ For more advanced information on the @boardname@ Bluetooth UART service includin [onBluetoothDisconnected](/reference/bluetooth/on-bluetooth-disconnected), [advertiseUrl](/reference/bluetooth/advertise-url), [stopAdvertising](/reference/bluetooth/stop-advertising) + +```package +bluetooth +```