Skip to content

Commit 130c38e

Browse files
authored
Merge pull request #248 from dhalbert/adafruit_ble_adafruit
add ble_adafruit
2 parents 95a33b9 + 840db5c commit 130c38e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,3 +685,6 @@
685685
[submodule "libraries/drivers/lis331"]
686686
path = libraries/drivers/lis331
687687
url = https://github.com/adafruit/Adafruit_CircuitPython_LIS331.git
688+
[submodule "libraries/helpers/ble_adafruit"]
689+
path = libraries/helpers/ble_adafruit
690+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit.git

docs/drivers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ Helpers for Bluetooth Low Energy (BLE).
117117
.. toctree::
118118

119119
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/>
120-
BLE base library<https://circuitpython.readthedocs.io/projects/ble/en/latest/>
120+
BLE Base Library <https://circuitpython.readthedocs.io/projects/ble/en/latest/>
121+
BLE Adafruit Services <https://circuitpython.readthedocs.io/projects/ble_adafruit/en/latest/>
121122
BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/>
122123
BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/>
123124
BLE BerryMed Pulse Oximeter Service <https://circuitpython.readthedocs.io/projects/ble_berrymed_pulse_oximeter/en/latest/>

libraries/helpers/ble_adafruit

Submodule ble_adafruit added at 10c82e3

0 commit comments

Comments
 (0)