Skip to content

Commit a497a63

Browse files
committed
Add back the last character in constant POWERDOWN.
It looks like POWERDOWN lost it's 'N' back in c024b6a, this change just puts it back.
1 parent f3849ad commit a497a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ina219.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class ADCResolution:
9696
class Mode:
9797
"""Constants for ``mode``"""
9898

99-
POWERDOW = 0x00 # power down
99+
POWERDOWN = 0x00 # power down
100100
SVOLT_TRIGGERED = 0x01 # shunt voltage triggered
101101
BVOLT_TRIGGERED = 0x02 # bus voltage triggered
102102
SANDBVOLT_TRIGGERED = 0x03 # shunt and bus voltage triggered

0 commit comments

Comments
 (0)