Skip to content

Commit

Permalink
Merge pull request #240 from kattni/ble-ibbq-add-to-bundle
Browse files Browse the repository at this point in the history
Adding BLE iBBQ
  • Loading branch information
dhalbert authored Mar 30, 2020
2 parents b5e85b3 + 91e0214 commit 0332969
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -667,3 +667,6 @@
[submodule "libraries/helpers/ble-radio"]
path = libraries/helpers/ble-radio
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Radio.git
[submodule "libraries/helpers/ble_ibbq"]
path = libraries/helpers/ble_ibbq
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_iBBQ.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Helpers for Bluetooth Low Energy (BLE).
BLE Cycling Speed and Cadence Service <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/>
BLE Eddystone Beacon <https://circuitpython.readthedocs.io/projects/ble_eddystone/en/latest/>
BLE Heart Rate Service <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/>
BLE iBBQ <https://circuitpython.readthedocs.io/projects/ble_ibbq/en/latest/>
BLE Magic Light Service <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/>
BLE Radio <https://circuitpython.readthedocs.io/projects/ble-radio/en/latest/>

Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/ble_ibbq
Submodule ble_ibbq added at 0fcf84

0 comments on commit 0332969

Please sign in to comment.