We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1daa05d commit 42c08a6Copy full SHA for 42c08a6
1 file changed
lib/apds9960/apds9960/const.py
@@ -9,7 +9,7 @@
9
# APDS9960 device IDs
10
APDS9960_DEV_ID = [0xAB, 0x9C, 0xA8, -0x55]
11
12
-# APDS9960 times
+# APDS9960 times (FIFO pause in milliseconds)
13
APDS9960_TIME_FIFO_PAUSE = 30
14
15
# APDS9960 register addresses
0 commit comments