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 f15a654 + 7537e2f commit e56c69eCopy full SHA for e56c69e
adafruit_ina260.py
@@ -151,14 +151,14 @@ class AveragingCount:
151
152
"""
153
154
- COUNT_1 = const(0x1)
155
- COUNT_4 = const(0x2)
156
- COUNT_16 = const(0x3)
157
- COUNT_64 = const(0x4)
158
- COUNT_128 = const(0x5)
159
- COUNT_256 = const(0x6)
160
- COUNT_512 = const(0x7)
161
- COUNT_1024 = const(0x8)
+ COUNT_1 = const(0x0)
+ COUNT_4 = const(0x1)
+ COUNT_16 = const(0x2)
+ COUNT_64 = const(0x3)
+ COUNT_128 = const(0x4)
+ COUNT_256 = const(0x5)
+ COUNT_512 = const(0x6)
+ COUNT_1024 = const(0x7)
162
163
164
# pylint: enable=too-few-public-methods
0 commit comments