diff --git a/.gitmodules b/.gitmodules index 84bde416..c7ca3840 100644 --- a/.gitmodules +++ b/.gitmodules @@ -406,3 +406,6 @@ [submodule "libraries/drivers/pyportal"] path = libraries/drivers/pyportal url = https://github.com/adafruit/Adafruit_CircuitPython_PyPortal.git +[submodule "libraries/helpers/logger"] + path = libraries/helpers/logger + url = https://github.com/adafruit/Adafruit_CircuitPython_Logger.git diff --git a/docs/drivers.rst b/docs/drivers.rst index a31a39a7..e965ed39 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -51,6 +51,7 @@ These libraries build on top of the low level APIs to simplify common tasks. Image Load InfraRed Remote LED Animation + Logging Mini ESP Tool miniQR Non-hardware QR code generator MotorKit diff --git a/libraries/helpers/logger b/libraries/helpers/logger new file mode 160000 index 00000000..3d4a8509 --- /dev/null +++ b/libraries/helpers/logger @@ -0,0 +1 @@ +Subproject commit 3d4a85094151e1d4d7e53129c6b9798757c8449f