Skip to content

Fix docstrings for adafruit_ina219.py #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions adafruit_ina219.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ class INA219:

# Basic API:

# INA219( i2c_bus, i2c_addr) Create instance of INA219 sensor
# INA219( i2c_bus, addr) Create instance of INA219 sensor
# :param i2c_bus The I2C bus the INA219is connected to
# :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)

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