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 b190236 commit bbf5112Copy full SHA for bbf5112
adafruit_apds9960/apds9960.py
@@ -389,7 +389,7 @@ def proximity_gain(self) -> int:
389
1, "2x", ""
390
2, "4x", ""
391
3, "8x", ""
392
- """
+ """
393
return self._get_bits(
394
_APDS9960_CONTROL, _BIT_POS_CONTROL_PGAIN, _BIT_MASK_CONTROL_PGAIN
395
)
@@ -438,7 +438,7 @@ def gesture_gain(self) -> int:
438
439
2, "4x", "Driver Default"
440
441
442
443
_APDS9960_GCONF2, _BIT_POS_GCONF2_GGAIN, _BIT_MASK_GCONF2_GGAIN
444
0 commit comments