From 5ebe6604bca6546327eb6c15ef68dfb24d88496e Mon Sep 17 00:00:00 2001 From: Ristomatti Airo Date: Sun, 15 Oct 2017 18:47:57 +0300 Subject: [PATCH] Add 0xa8 to valid device id's --- apds9960/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apds9960/const.py b/apds9960/const.py index 2a111a7..31c8ec1 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] +APDS9960_DEV_ID = [0xab, 0x9c, 0xa8] # APDS9960 times APDS9960_TIME_FIFO_PAUSE = 0.03