Skip to content

Commit 5ebe660

Browse files
committed
Add 0xa8 to valid device id's
1 parent e80f064 commit 5ebe660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apds9960/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
APDS9960_GESTURE_SENSITIVITY_2 = 20
88

99
# APDS9960 device IDs
10-
APDS9960_DEV_ID = [0xab, 0x9c]
10+
APDS9960_DEV_ID = [0xab, 0x9c, 0xa8]
1111

1212
# APDS9960 times
1313
APDS9960_TIME_FIFO_PAUSE = 0.03

0 commit comments

Comments
 (0)