add ble_adafruit
This commit is contained in:
parent
95a33b9876
commit
840db5cc16
3 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/>
|
||||
|
|
|
|||
1
libraries/helpers/ble_adafruit
Submodule
1
libraries/helpers/ble_adafruit
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 10c82e35a16e18b59fbb02afd17e684b5f258ac8
|
||||
Loading…
Reference in a new issue