We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ded2872 + 50bea96 commit 4a6d60aCopy full SHA for 4a6d60a
adafruit_vcnl4010.py
@@ -61,7 +61,7 @@
61
_VCNL4010_AMBIENTDATA = const(0x85)
62
_VCNL4010_PROXIMITYDATA = const(0x87)
63
_VCNL4010_INTCONTROL = const(0x89)
64
-_VCNL4010_PROXINITYADJUST = const(0x8A)
+_VCNL4010_PROXIMITYADJUST = const(0x8A)
65
_VCNL4010_INTSTAT = const(0x8E)
66
_VCNL4010_MODTIMING = const(0x8F)
67
_VCNL4010_MEASUREAMBIENT = const(0x10)
0 commit comments