File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 637
637
[submodule "libraries/drivers/lps2x "]
638
638
path = libraries/drivers/lps2x
639
639
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
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ Helpers for Bluetooth Low Energy (BLE).
118
118
BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/ >
119
119
BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/ >
120
120
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/ >
121
122
BLE Heart Rate Service <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/ >
122
123
BLE Magic Light Service <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/ >
123
124
You can’t perform that action at this time.
0 commit comments