Skip to content

Commit 05a1c4f

Browse files
authored
Merge pull request #139 from dastels/master
Add logger module
2 parents c14044d + 1903d4c commit 05a1c4f

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
@@ -406,3 +406,6 @@
406406
[submodule "libraries/drivers/pyportal"]
407407
path = libraries/drivers/pyportal
408408
url = https://github.com/adafruit/Adafruit_CircuitPython_PyPortal.git
409+
[submodule "libraries/helpers/logger"]
410+
path = libraries/helpers/logger
411+
url = https://github.com/adafruit/Adafruit_CircuitPython_Logger.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
5151
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
5252
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
5353
LED Animation <https://adafruit-circuitpython-led-animation.readthedocs.io/en/latest/>
54+
Logging <https://circuitpython.readthedocs.io/projects/logger/en/latest/>
5455
Mini ESP Tool <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
5556
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
5657
MotorKit <https://circuitpython.readthedocs.io/projects/motorkit/en/latest/>

libraries/helpers/logger

Submodule logger added at 3d4a850

0 commit comments

Comments
 (0)