Skip to content

Commit 42c08a6

Browse files
committed
apds9960: Clarify time constant unit in comment.
1 parent 1daa05d commit 42c08a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/apds9960/apds9960/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# APDS9960 device IDs
1010
APDS9960_DEV_ID = [0xAB, 0x9C, 0xA8, -0x55]
1111

12-
# APDS9960 times
12+
# APDS9960 times (FIFO pause in milliseconds)
1313
APDS9960_TIME_FIFO_PAUSE = 30
1414

1515
# APDS9960 register addresses

0 commit comments

Comments
 (0)