Skip to content

Commit ab802b2

Browse files
authored
Update apds9960_color_simpletest.py
use a universally known pin
1 parent 65cab9d commit ab802b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/apds9960_color_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from adafruit_apds9960 import colorutility
77

88
i2c = busio.I2C(board.SCL, board.SDA)
9-
int_pin = digitalio.DigitalInOut(board.A2)
9+
int_pin = digitalio.DigitalInOut(board.D5)
1010
apds = APDS9960(i2c)
1111
apds.enable_color = True
1212

0 commit comments

Comments
 (0)