add ble_adafruit

This commit is contained in:
Dan Halbert 2020-05-14 18:32:26 -04:00
parent 95a33b9876
commit 840db5cc16
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View file

@ -685,3 +685,6 @@
[submodule "libraries/drivers/lis331"]
path = libraries/drivers/lis331
url = https://github.com/adafruit/Adafruit_CircuitPython_LIS331.git
[submodule "libraries/helpers/ble_adafruit"]
path = libraries/helpers/ble_adafruit
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit.git

View file

@ -117,7 +117,8 @@ Helpers for Bluetooth Low Energy (BLE).
.. toctree::
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/>
BLE base library<https://circuitpython.readthedocs.io/projects/ble/en/latest/>
BLE Base Library <https://circuitpython.readthedocs.io/projects/ble/en/latest/>
BLE Adafruit Services <https://circuitpython.readthedocs.io/projects/ble_adafruit/en/latest/>
BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/>
BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/>
BLE BerryMed Pulse Oximeter Service <https://circuitpython.readthedocs.io/projects/ble_berrymed_pulse_oximeter/en/latest/>

@ -0,0 +1 @@
Subproject commit 10c82e35a16e18b59fbb02afd17e684b5f258ac8