We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e431ce0 + 232e2d8 commit ca538d0Copy full SHA for ca538d0
adafruit_ina219.py
@@ -134,9 +134,9 @@ class INA219:
134
135
# Basic API:
136
137
- # INA219( i2c_bus, i2c_addr) Create instance of INA219 sensor
+ # INA219( i2c_bus, addr) Create instance of INA219 sensor
138
# :param i2c_bus The I2C bus the INA219is connected to
139
- # :param i2c_addr (0x40) Address of the INA219 on the bus (default 0x40)
+ # :param addr (0x40) Address of the INA219 on the bus (default 0x40)
140
141
# shunt_voltage RO : shunt voltage scaled to Volts
142
# bus_voltage RO : bus voltage (V- to GND) scaled to volts (==load voltage)
0 commit comments