Skip to content
Merged
Prev Previous commit
Next Next commit
fix for pylint
  • Loading branch information
gpongelli committed Feb 16, 2021
commit f5148c9fcc4459ad92476313171f66a1fd247d5b
3 changes: 2 additions & 1 deletion adafruit_ina260.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
**Hardware:**
* `INA260 Breakout <https://www.adafruit.com/products/4226>`_
**Software and Dependencies:**
* Adafruit CircuitPython firmware for the supported boards: https://github.com/adafruit/circuitpython/releases
* Adafruit CircuitPython firmware for the supported boards:
* https://github.com/adafruit/circuitpython/releases
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
* Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register
"""
Expand Down