mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 15:06:31 +01:00
GitBook: [master] one page modified
This commit is contained in:
committed by
gitbook-bot
parent
fe1ff292b0
commit
c25ee45bc2
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user