Skip to content

Commit ff5a8e8

Browse files
committed
Add BLE beacon library (now just iBeacon)
1 parent e52fec8 commit ff5a8e8

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
@@ -917,3 +917,6 @@
917917
[submodule "libraries/drivers/pcf8575"]
918918
path = libraries/drivers/pcf8575
919919
url = https://github.com/adafruit/Adafruit_CircuitPython_PCF8575.git
920+
[submodule "libraries/helpers/ble_beacon"]
921+
path = libraries/helpers/ble_beacon
922+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Beacon.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ Helpers for Bluetooth Low Energy (BLE).
136136
BLE Adafruit Services <https://circuitpython.readthedocs.io/projects/ble_adafruit/en/latest/>
137137
BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/>
138138
BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/>
139+
BLE Location Beacons <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/>
139140
BLE BerryMed Pulse Oximeter Service <https://circuitpython.readthedocs.io/projects/ble_berrymed_pulse_oximeter/en/latest/>
140141
BLE BroadcastNet <https://circuitpython.readthedocs.io/projects/ble_broadcastnet/en/latest/>
141142
BLE Cycling Speed and Cadence <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/>

libraries/helpers/ble_beacon

Submodule ble_beacon added at a6735cb

0 commit comments

Comments
 (0)