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 f3849ad + a497a63 commit 8c1a964Copy full SHA for 8c1a964
adafruit_ina219.py
@@ -96,7 +96,7 @@ class ADCResolution:
96
class Mode:
97
"""Constants for ``mode``"""
98
99
- POWERDOW = 0x00 # power down
+ POWERDOWN = 0x00 # power down
100
SVOLT_TRIGGERED = 0x01 # shunt voltage triggered
101
BVOLT_TRIGGERED = 0x02 # bus voltage triggered
102
SANDBVOLT_TRIGGERED = 0x03 # shunt and bus voltage triggered
0 commit comments