From c85d9af9ed816dffcd70c2697f42a4efeb79b2bb Mon Sep 17 00:00:00 2001 From: brentru Date: Tue, 27 Aug 2019 18:01:08 -0400 Subject: [PATCH] add GC IOT Core --- .gitmodules | 3 +++ docs/drivers.rst | 1 + libraries/helpers/GC_IOT_Core | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/GC_IOT_Core diff --git a/.gitmodules b/.gitmodules index a578539f..47da97d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -526,3 +526,6 @@ [submodule "libraries/helpers/jwt"] path = libraries/helpers/jwt url = https://github.com/adafruit/Adafruit_CircuitPython_JWT.git +[submodule "libraries/helpers/GC_IOT_Core"] + path = libraries/helpers/GC_IOT_Core + url = https://github.com/adafruit/Adafruit_CircuitPython_GC_IOT_Core.git diff --git a/docs/drivers.rst b/docs/drivers.rst index f58f0a1d..c328d680 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -45,6 +45,7 @@ These libraries build on top of the low level APIs to simplify common tasks. Bluefruit LE Connect App Bluetooth Low Energy (BLE) Board Test Suite + Google Cloud IoT Core Cursor Control DC Motor and Servo Debouncer diff --git a/libraries/helpers/GC_IOT_Core b/libraries/helpers/GC_IOT_Core new file mode 160000 index 00000000..6307e5c5 --- /dev/null +++ b/libraries/helpers/GC_IOT_Core @@ -0,0 +1 @@ +Subproject commit 6307e5c54f84c586cb99ca99b740c1f7d5df8d99