Skip to content

Commit 7f2eb33

Browse files
authored
Merge pull request #188 from brentru/gcp-core
Add Google Cloud IoT Core Library
2 parents 694480b + c85d9af commit 7f2eb33

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
@@ -526,3 +526,6 @@
526526
[submodule "libraries/helpers/jwt"]
527527
path = libraries/helpers/jwt
528528
url = https://github.com/adafruit/Adafruit_CircuitPython_JWT.git
529+
[submodule "libraries/helpers/GC_IOT_Core"]
530+
path = libraries/helpers/GC_IOT_Core
531+
url = https://github.com/adafruit/Adafruit_CircuitPython_GC_IOT_Core.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
4545
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/>
4646
Bluetooth Low Energy (BLE) <https://circuitpython.readthedocs.io/projects/ble/en/latest/>
4747
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
48+
Google Cloud IoT Core <https://circuitpython.readthedocs.io/projects/gc_iot_core/en/latest/>
4849
Cursor Control <https://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/>
4950
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/>
5051
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>

libraries/helpers/GC_IOT_Core

Submodule GC_IOT_Core added at 6307e5c

0 commit comments

Comments
 (0)