Skip to content

Commit 2426f09

Browse files
authored
Merge pull request #439 from FoamyGuy/add_template_engine
adding template engine
2 parents 3500118 + 2bca43c commit 2426f09

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
@@ -962,3 +962,6 @@
962962
[submodule "libraries/drivers/ad569x"]
963963
path = libraries/drivers/ad569x
964964
url = https://github.com/adafruit/Adafruit_CircuitPython_AD569x.git
965+
[submodule "libraries/helpers/templateengine"]
966+
path = libraries/helpers/templateengine
967+
url = https://github.com/adafruit/Adafruit_CircuitPython_TemplateEngine.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Helpers for interfacing with the internet, including IoT protocols.
125125
NTP (Network time Protocol) <https://docs.circuitpython.org/projects/ntp/en/latest/>
126126
Requests <https://docs.circuitpython.org/projects/requests/en/latest/>
127127
OAuth2.0 <https://docs.circuitpython.org/projects/oauth2/en/latest/>
128+
Template Engine <https://docs.circuitpython.org/projects/templateengine/en/latest/>
128129

129130
Bluetooth Low Energy Helpers
130131
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

libraries/helpers/templateengine

Submodule templateengine added at 24832ec

0 commit comments

Comments
 (0)