From 159388f85072af9aa704f48f6d75bea5b943178b Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 10 Dec 2019 16:58:27 +1100 Subject: [PATCH] docs/library/ubluetooth: Add note about API being under development. --- docs/library/ubluetooth.rst | 3 +++ 1 file changed, 3 insertions(+) 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 ---------