Skip to content

Commit

Permalink
Merge pull request #248 from dhalbert/adafruit_ble_adafruit
Browse files Browse the repository at this point in the history
add ble_adafruit
  • Loading branch information
ladyada authored May 15, 2020
2 parents 95a33b9 + 840db5c commit 130c38e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/>
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/ble_adafruit
Submodule ble_adafruit added at 10c82e

0 comments on commit 130c38e

Please sign in to comment.