add lib, update drivers
This commit is contained in:
parent
14177efc2e
commit
a0ef1d66ac
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -766,3 +766,6 @@
|
||||||
[submodule "libraries/drivers/sgp40"]
|
[submodule "libraries/drivers/sgp40"]
|
||||||
path = libraries/drivers/sgp40
|
path = libraries/drivers/sgp40
|
||||||
url = https://github.com/adafruit/Adafruit_CircuitPython_SGP40.git
|
url = https://github.com/adafruit/Adafruit_CircuitPython_SGP40.git
|
||||||
|
[submodule "libraries/helpers/oauth_2"]
|
||||||
|
path = libraries/helpers/oauth_2
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_OAuth2.git
|
||||||
|
|
|
||||||
|
|
@ -115,6 +115,8 @@ Helpers for interfacing with the internet, including IoT protocols.
|
||||||
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
|
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
|
||||||
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/>
|
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/>
|
||||||
Requests <https://circuitpython.readthedocs.io/projects/requests/en/latest/>
|
Requests <https://circuitpython.readthedocs.io/projects/requests/en/latest/>
|
||||||
|
OAuth2.0 <https://circuitpython.readthedocs.io/projects/oauth2/en/latest/>
|
||||||
|
|
||||||
|
|
||||||
Bluetooth Low Energy Helpers
|
Bluetooth Low Energy Helpers
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
||||||
1
libraries/helpers/oauth_2
Submodule
1
libraries/helpers/oauth_2
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7f0f0d7e8c5564178caa41bae0b7e5009172837f
|
||||||
Loading…
Reference in a new issue