Skip to content

Commit 91e0214

Browse files
committed
Adding BLE iBBQ
1 parent b5e85b3 commit 91e0214

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -667,3 +667,6 @@
667667
[submodule "libraries/helpers/ble-radio"]
668668
path = libraries/helpers/ble-radio
669669
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Radio.git
670+
[submodule "libraries/helpers/ble_ibbq"]
671+
path = libraries/helpers/ble_ibbq
672+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_iBBQ.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Helpers for Bluetooth Low Energy (BLE).
123123
BLE Cycling Speed and Cadence Service <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/>
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/>
126+
BLE iBBQ <https://circuitpython.readthedocs.io/projects/ble_ibbq/en/latest/>
126127
BLE Magic Light Service <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/>
127128
BLE Radio <https://circuitpython.readthedocs.io/projects/ble-radio/en/latest/>
128129

libraries/helpers/ble_ibbq

Submodule ble_ibbq added at 0fcf841

0 commit comments

Comments
 (0)