From 615f2a8edd721f3d23b49d69d8d8a2ee42e8ca9b Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 18 Dec 2019 17:37:42 -0800 Subject: [PATCH] Add BLE ANCS, Magic Light and display notification. --- .gitmodules | 9 +++++++++ libraries/helpers/ble_apple_notification_center | 1 + libraries/helpers/ble_magic_light | 1 + libraries/helpers/display_notification | 1 + 4 files changed, 12 insertions(+) create mode 160000 libraries/helpers/ble_apple_notification_center create mode 160000 libraries/helpers/ble_magic_light create mode 160000 libraries/helpers/display_notification diff --git a/.gitmodules b/.gitmodules index c2ed586e..70c07ea4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -604,3 +604,12 @@ [submodule "libraries/drivers/mcp4728"] path = libraries/drivers/mcp4728 url = https://www.github.com/adafruit/Adafruit_CircuitPython_MCP4728.git +[submodule "libraries/helpers/ble_apple_notification_center"] + path = libraries/helpers/ble_apple_notification_center + url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Notification_Center.git +[submodule "libraries/helpers/ble_magic_light"] + path = libraries/helpers/ble_magic_light + url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Magic_Light.git +[submodule "libraries/helpers/display_notification"] + path = libraries/helpers/display_notification + url = https://github.com/adafruit/Adafruit_CircuitPython_Display_Notification.git diff --git a/libraries/helpers/ble_apple_notification_center b/libraries/helpers/ble_apple_notification_center new file mode 160000 index 00000000..9116a1e8 --- /dev/null +++ b/libraries/helpers/ble_apple_notification_center @@ -0,0 +1 @@ +Subproject commit 9116a1e8f5b47db2977daddeaee8b48297841a50 diff --git a/libraries/helpers/ble_magic_light b/libraries/helpers/ble_magic_light new file mode 160000 index 00000000..53365fcd --- /dev/null +++ b/libraries/helpers/ble_magic_light @@ -0,0 +1 @@ +Subproject commit 53365fcdd6366420332f88ae7783d96ce5dd4676 diff --git a/libraries/helpers/display_notification b/libraries/helpers/display_notification new file mode 160000 index 00000000..9a966f22 --- /dev/null +++ b/libraries/helpers/display_notification @@ -0,0 +1 @@ +Subproject commit 9a966f22b7066e0666dcea8213590b39501f400b