diff options
author | Damien George <damien.p.george@gmail.com> | 2019-12-10 16:58:27 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-12-10 16:58:27 +1100 |
commit | 159388f85072af9aa704f48f6d75bea5b943178b (patch) | |
tree | 525d80eda0028adf416e80453f04f7e808d5e10e | |
parent | b76f0a73bc31d1c8871ff00d2f93b5805b3b6315 (diff) |
docs/library/ubluetooth: Add note about API being under development.
-rw-r--r-- | docs/library/ubluetooth.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/library/ubluetooth.rst b/docs/library/ubluetooth.rst index ddcd28d9e..1a62d1e4b 100644 --- a/docs/library/ubluetooth.rst +++ b/docs/library/ubluetooth.rst @@ -12,6 +12,9 @@ roles concurrently. 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:: This module is still under development and its classes, functions, + methods and constants are subject to change. + class BLE --------- |