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.
1 parent ba11a80 commit 2c91078Copy full SHA for 2c91078
adafruit_as726x.py
@@ -124,7 +124,7 @@ def __init__(self, i2c_bus):
124
self._driver_led = False
125
self._indicator_led = False
126
self._driver_led_current = Adafruit_AS726x.DRIVER_CURRENT_LIMITS.index(12.5)
127
- self._indicator_led_current = Adafruit_AS726x.INDICATOR_CURRENT_LIMITS.index(0)
+ self._indicator_led_current = Adafruit_AS726x.INDICATOR_CURRENT_LIMITS.index(1)
128
self._conversion_mode = Adafruit_AS726x.MODE_2
129
self._integration_time = 0
130
self._gain = Adafruit_AS726x.GAIN.index(1)
0 commit comments