diff --git a/.gitmodules b/.gitmodules index 2a80ab1f..d9473816 100644 --- a/.gitmodules +++ b/.gitmodules @@ -917,3 +917,6 @@ [submodule "libraries/drivers/pcf8575"] path = libraries/drivers/pcf8575 url = https://github.com/adafruit/Adafruit_CircuitPython_PCF8575.git +[submodule "libraries/helpers/ble_beacon"] + path = libraries/helpers/ble_beacon + url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Beacon.git diff --git a/docs/drivers.rst b/docs/drivers.rst index a10f28c1..821c3672 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -136,6 +136,7 @@ Helpers for Bluetooth Low Energy (BLE). BLE Adafruit Services BLE Apple Media Service BLE Apple Notification Center Service + BLE Location Beacons BLE BerryMed Pulse Oximeter Service BLE BroadcastNet BLE Cycling Speed and Cadence diff --git a/libraries/helpers/ble_beacon b/libraries/helpers/ble_beacon new file mode 160000 index 00000000..a6735cb1 --- /dev/null +++ b/libraries/helpers/ble_beacon @@ -0,0 +1 @@ +Subproject commit a6735cb197442956c2ceb95a6655c8d154316e72