We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e80f064 + 5ebe660 commit 27b39a5Copy full SHA for 27b39a5
1 file changed
apds9960/const.py
@@ -7,7 +7,7 @@
7
APDS9960_GESTURE_SENSITIVITY_2 = 20
8
9
# APDS9960 device IDs
10
-APDS9960_DEV_ID = [0xab, 0x9c]
+APDS9960_DEV_ID = [0xab, 0x9c, 0xa8]
11
12
# APDS9960 times
13
APDS9960_TIME_FIFO_PAUSE = 0.03
0 commit comments