Skip to content

Commit e74787a

Browse files
authored
Merge pull request #144 from dastels/master
Add logging
2 parents 8cb264a + b346f70 commit e74787a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,7 @@
408408
url = https://github.com/adafruit/Adafruit_CircuitPython_PyPortal.git
409409
[submodule "libraries/drivers/ina260"]
410410
path = libraries/drivers/ina260
411-
url = https://github.com/adafruit/Adafruit_CircuitPython_INA260.git
411+
url = https://github.com/adafruit/Adafruit_CircuitPython_INA260.git
412+
[submodule "libraries/helpers/logging"]
413+
path = libraries/helpers/logging
414+
url = https://github.com/adafruit/Adafruit_CircuitPython_Logger

docs/drivers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +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/>
54+
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/>
5555
Mini ESP Tool <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
5656
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
5757
MotorKit <https://circuitpython.readthedocs.io/projects/motorkit/en/latest/>

libraries/helpers/logging

Submodule logging added at 3d4a850

0 commit comments

Comments
 (0)