Skip to content

Commit

Permalink
Merge pull request #439 from FoamyGuy/add_template_engine
Browse files Browse the repository at this point in the history
adding template engine
  • Loading branch information
tannewt authored Oct 23, 2023
2 parents 3500118 + 2bca43c commit 2426f09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -962,3 +962,6 @@
[submodule "libraries/drivers/ad569x"]
path = libraries/drivers/ad569x
url = https://github.com/adafruit/Adafruit_CircuitPython_AD569x.git
[submodule "libraries/helpers/templateengine"]
path = libraries/helpers/templateengine
url = https://github.com/adafruit/Adafruit_CircuitPython_TemplateEngine.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Helpers for interfacing with the internet, including IoT protocols.
NTP (Network time Protocol) <https://docs.circuitpython.org/projects/ntp/en/latest/>
Requests <https://docs.circuitpython.org/projects/requests/en/latest/>
OAuth2.0 <https://docs.circuitpython.org/projects/oauth2/en/latest/>
Template Engine <https://docs.circuitpython.org/projects/templateengine/en/latest/>

Bluetooth Low Energy Helpers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/templateengine
Submodule templateengine added at 24832e

0 comments on commit 2426f09

Please sign in to comment.