diff --git a/.gitmodules b/.gitmodules index 0d801404..617ad69b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -408,4 +408,7 @@ url = https://github.com/adafruit/Adafruit_CircuitPython_PyPortal.git [submodule "libraries/drivers/ina260"] path = libraries/drivers/ina260 - url = https://github.com/adafruit/Adafruit_CircuitPython_INA260.git \ No newline at end of file + url = https://github.com/adafruit/Adafruit_CircuitPython_INA260.git +[submodule "libraries/helpers/logging"] + path = libraries/helpers/logging + url = https://github.com/adafruit/Adafruit_CircuitPython_Logger diff --git a/docs/drivers.rst b/docs/drivers.rst index 255cac3b..3a451802 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -51,7 +51,7 @@ These libraries build on top of the low level APIs to simplify common tasks. Image Load InfraRed Remote LED Animation - Logging + Logging Mini ESP Tool miniQR Non-hardware QR code generator MotorKit diff --git a/libraries/helpers/logging b/libraries/helpers/logging new file mode 160000 index 00000000..3d4a8509 --- /dev/null +++ b/libraries/helpers/logging @@ -0,0 +1 @@ +Subproject commit 3d4a85094151e1d4d7e53129c6b9798757c8449f