Skip to content

Commit a0ef1d6

Browse files
author
brentru
committed
add lib, update drivers
1 parent 14177ef commit a0ef1d6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,3 +766,6 @@
766766
[submodule "libraries/drivers/sgp40"]
767767
path = libraries/drivers/sgp40
768768
url = https://github.com/adafruit/Adafruit_CircuitPython_SGP40.git
769+
[submodule "libraries/helpers/oauth_2"]
770+
path = libraries/helpers/oauth_2
771+
url = https://github.com/adafruit/Adafruit_CircuitPython_OAuth2.git

docs/drivers.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ Helpers for interfacing with the internet, including IoT protocols.
115115
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
116116
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/>
117117
Requests <https://circuitpython.readthedocs.io/projects/requests/en/latest/>
118+
OAuth2.0 <https://circuitpython.readthedocs.io/projects/oauth2/en/latest/>
119+
118120

119121
Bluetooth Low Energy Helpers
120122
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

libraries/helpers/oauth_2

Submodule oauth_2 added at 7f0f0d7

0 commit comments

Comments
 (0)