Skip to content

Commit 8cdcf3f

Browse files
authored
Merge pull request #230 from tannewt/add_ble_eddystone
Add BLE Eddystone support
2 parents 26bbb6f + 98a0ca5 commit 8cdcf3f

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
@@ -637,3 +637,6 @@
637637
[submodule "libraries/drivers/lps2x"]
638638
path = libraries/drivers/lps2x
639639
url = https://github.com/adafruit/Adafruit_CircuitPython_LPS2X.git
640+
[submodule "libraries/helpers/ble_eddystone"]
641+
path = libraries/helpers/ble_eddystone
642+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Helpers for Bluetooth Low Energy (BLE).
118118
BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/>
119119
BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/>
120120
BLE Cycling Speed and Cadence Service <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/>
121+
BLE Eddystone Beacon <https://circuitpython.readthedocs.io/projects/ble_eddystone/en/latest/>
121122
BLE Heart Rate Service <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/>
122123
BLE Magic Light Service <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/>
123124

libraries/helpers/ble_eddystone

Submodule ble_eddystone added at c9fdad7

0 commit comments

Comments
 (0)