From c25ee45bc29af8e7dd6603fbe2cd14ea85433a72 Mon Sep 17 00:00:00 2001 From: Daniel Spindelbauer Date: Tue, 25 Sep 2018 13:06:50 +0000 Subject: [PATCH] GitBook: [master] one page modified --- firmwareapi/pycom/network/bluetooth/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/firmwareapi/pycom/network/bluetooth/README.md b/firmwareapi/pycom/network/bluetooth/README.md index 9670e4c..e1fd77b 100644 --- a/firmwareapi/pycom/network/bluetooth/README.md +++ b/firmwareapi/pycom/network/bluetooth/README.md @@ -60,15 +60,9 @@ bluetooth = Bluetooth() * `id` Only one Bluetooth peripheral available so must always be 0 * `mode` currently the only supported mode is `Bluetooth.BLE` -* `antenna` selects between the internal and the external antenna. Can be either +* `antenna` selects between the internal and the external antenna. Can be either`Bluetooth.INT_ANT`, `Bluetooth.EXT_ANT`. - `Bluetooth.INT_ANT`, `Bluetooth.EXT_ANT`. - - With our development boards it defaults to using the internal antenna, but in - - the case of an OEM module, the antenna pin \(`P12`\) is not used, so it’s free to be - - used for other things. + With our development boards it defaults to using the internal antenna, but in the case of an OEM module, the antenna pin \(`P12`\) is not used, so it’s free to be used for other things. Initialises and enables the Bluetooth radio in BLE mode.