Skip to content

Commit 27b39a5

Browse files
authored
Merge pull request #1 from ristomatti/missing-device-id
Add 0xa8 to valid device id's.
2 parents e80f064 + 5ebe660 commit 27b39a5

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)