Skip to content

Commit 8c1a964

Browse files
authored
Merge pull request #19 from colindgrant/powerdown-constant-spelling
Add back the last character in constant POWERDOWN.
2 parents f3849ad + a497a63 commit 8c1a964

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)