Skip to content

Commit ca538d0

Browse files
authored
Merge pull request #22 from nvtkaszpir/patch-3
Fix docstrings for adafruit_ina219.py
2 parents e431ce0 + 232e2d8 commit ca538d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_ina219.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ class INA219:
134134

135135
# Basic API:
136136

137-
# INA219( i2c_bus, i2c_addr) Create instance of INA219 sensor
137+
# INA219( i2c_bus, addr) Create instance of INA219 sensor
138138
# :param i2c_bus The I2C bus the INA219is connected to
139-
# :param i2c_addr (0x40) Address of the INA219 on the bus (default 0x40)
139+
# :param addr (0x40) Address of the INA219 on the bus (default 0x40)
140140

141141
# shunt_voltage RO : shunt voltage scaled to Volts
142142
# bus_voltage RO : bus voltage (V- to GND) scaled to volts (==load voltage)

0 commit comments

Comments
 (0)