From 8e0a8c14cb3f89b74526b743b0dc645909671b45 Mon Sep 17 00:00:00 2001 From: Trevor Sullivan Date: Fri, 21 Dec 2018 23:14:14 -0800 Subject: [PATCH] Adding device variant -0x55 --- apds9960/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apds9960/const.py b/apds9960/const.py index 31c8ec1..6bae54c 100644 --- a/apds9960/const.py +++ b/apds9960/const.py @@ -7,7 +7,7 @@ APDS9960_GESTURE_SENSITIVITY_2 = 20 # APDS9960 device IDs -APDS9960_DEV_ID = [0xab, 0x9c, 0xa8] +APDS9960_DEV_ID = [0xab, 0x9c, 0xa8, -0x55] # APDS9960 times APDS9960_TIME_FIFO_PAUSE = 0.03