aboutsummaryrefslogtreecommitdiff
path: root/docs/library/bluetooth.rst
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2022-06-24 13:02:44 +1000
committerDamien George <damien@micropython.org>2022-06-24 18:05:39 +1000
commit3ce21945b1e80ed754b4278efb8dccacdfe9cfa5 (patch)
tree77a570432f2a557f7709cde4cdd7e20cea350114 /docs/library/bluetooth.rst
parent4ce1adab3153bb0dd5afcd0ddefc219b91d1a13e (diff)
docs/library/bluetooth: Add link to aioble.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'docs/library/bluetooth.rst')
-rw-r--r--docs/library/bluetooth.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/library/bluetooth.rst b/docs/library/bluetooth.rst
index 7663199e9..052f7a5c7 100644
--- a/docs/library/bluetooth.rst
+++ b/docs/library/bluetooth.rst
@@ -13,6 +13,9 @@ concurrently. Pairing (and bonding) is supported on some ports.
This API is intended to match the low-level Bluetooth protocol and provide
building-blocks for higher-level abstractions such as specific device types.
+.. note:: For most applications, we recommend using the higher-level
+ `aioble library <https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble>`_.
+
.. note:: This module is still under development and its classes, functions,
methods and constants are subject to change.