Skip to content

Commit 2bca43c

Browse files
committed
adding template engine
1 parent 4c806d6 commit 2bca43c

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
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

+1
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)