summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.