summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-01-24 09:53:59 -0800
committerGitHub <noreply@github.com>2019-01-24 09:53:59 -0800
commite77872f9c6d4cdbb7ef1f9be2956e1d12b6d1e5e (patch)
tree836a844400c380960e6f5165bfdc204fc340c0b1 /docs
parent49581f9e1cbe8446b9fc3a44f6176ff3f5285b4b (diff)
parent04aa906fac7b57d56c3f7c1249ebe4b1e8690422 (diff)
Merge pull request #1491 from dhalbert/ble-data-length-update
bleio: handle events sent by newer devices and by Android
Diffstat (limited to 'docs')
-rw-r--r--docs/drivers.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst
index fcd94bc3b..148db804d 100644
--- a/docs/drivers.rst
+++ b/docs/drivers.rst
@@ -70,6 +70,8 @@ These libraries build on top of the low level APIs to simplify common tasks.
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
LED Animation <https://circuitpython.readthedocs.io/projects/led-animation/en/latest/>
+ Bluetooth Low Energy (BLE) <https://circuitpython.readthedocs.io/projects/ble/en/latest/>
+ Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/>
Blinky
--------