Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0ec68c

Browse files
authoredMar 26, 2020
Merge pull request #238 from kattni/add-ble-radio
Add ble radio
2 parents 4e1f39f + 9e1b07b commit b0ec68c

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
 

‎.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,3 +664,6 @@
664664
[submodule "libraries/drivers/ds1841"]
665665
path = libraries/drivers/ds1841
666666
url = https://github.com/adafruit/Adafruit_CircuitPython_DS1841.git
667+
[submodule "libraries/helpers/ble-radio"]
668+
path = libraries/helpers/ble-radio
669+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Radio.git

‎docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Helpers for Bluetooth Low Energy (BLE).
124124
BLE Eddystone Beacon <https://circuitpython.readthedocs.io/projects/ble_eddystone/en/latest/>
125125
BLE Heart Rate Service <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/>
126126
BLE Magic Light Service <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/>
127+
BLE Radio <https://circuitpython.readthedocs.io/projects/ble-radio/en/latest/>
127128

128129
LoRa Wireless Helpers
129130
^^^^^^^^^^^^^^^^^^^^^

‎libraries/helpers/ble-radio

Submodule ble-radio added at 60c4f55

0 commit comments

Comments
 (0)
Please sign in to comment.