summaryrefslogtreecommitdiff
path: root/examples/bluetooth/ble_advertising.py
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2023-08-24 23:28:53 +1000
committerDamien George <damien@micropython.org>2023-09-01 14:05:32 +1000
commitf4a6fc2c8e7250db3be540e91321299205383ec4 (patch)
treea7580e2511553c6fa2c6a07eafae2aa01b2d73f0 /examples/bluetooth/ble_advertising.py
parentb94ab6a2ef56fce3f8db2f84b26e3ac0f4b3b155 (diff)
examples/bluetooth: Link to aioble in BLE examples.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'examples/bluetooth/ble_advertising.py')
-rw-r--r--examples/bluetooth/ble_advertising.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/bluetooth/ble_advertising.py b/examples/bluetooth/ble_advertising.py
index 6dc78c5e3..2fe17d640 100644
--- a/examples/bluetooth/ble_advertising.py
+++ b/examples/bluetooth/ble_advertising.py
@@ -1,5 +1,9 @@
# Helpers for generating BLE advertising payloads.
+# A more fully-featured (and easier to use) version of this is implemented in
+# aioble. This code is provided just as a basic example. See
+# https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble
+
from micropython import const
import struct
import bluetooth