chrisb2/pyb_ina219

No module named logging

mrnotfalco opened this issue · 2 comments

When I try to use the INA219 library with micropython, using a Raspberry Pi Pico, I get the "ImportError: no module named 'logging'" error. I can't seem to find the logging library anywhere so I can't manually add it. Any suggestions?

logging.py is linked in the readme, but they were broken, I have fixed them. This is the link: logging.py

Chris

This seems to have fixed the problem, thanks!