GitBook: [master] one page modified

This commit is contained in:
Daniel Spindelbauer
2018-09-25 13:06:50 +00:00
committed by gitbook-bot
parent fe1ff292b0
commit c25ee45bc2

View File

@@ -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 its 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 its free to be used for other things.
Initialises and enables the Bluetooth radio in BLE mode.