Skip to content

Commit f44a203

Browse files
authored
Merge pull request #215 from tannewt/first_ble_libs
Add BLE ANCS, Magic Light and display notification.
2 parents 5dce5a7 + 615f2a8 commit f44a203

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,3 +604,12 @@
604604
[submodule "libraries/drivers/mcp4728"]
605605
path = libraries/drivers/mcp4728
606606
url = https://www.github.com/adafruit/Adafruit_CircuitPython_MCP4728.git
607+
[submodule "libraries/helpers/ble_apple_notification_center"]
608+
path = libraries/helpers/ble_apple_notification_center
609+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Notification_Center.git
610+
[submodule "libraries/helpers/ble_magic_light"]
611+
path = libraries/helpers/ble_magic_light
612+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Magic_Light.git
613+
[submodule "libraries/helpers/display_notification"]
614+
path = libraries/helpers/display_notification
615+
url = https://github.com/adafruit/Adafruit_CircuitPython_Display_Notification.git

libraries/helpers/ble_magic_light

Submodule ble_magic_light added at 53365fc
Submodule display_notification added at 9a966f2

0 commit comments

Comments
 (0)