Skip to content

Commit ec68e40

Browse files
author
caternuson
committed
change CS to D5 for RPi happiness
1 parent 9cfaaa5 commit ec68e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cap1188_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# from digitalio import DigitalInOut, Direction
1111
# from adafruit_cap1188.spi import CAP1188_SPI
1212
# spi = busio.SPI(board.SCK, board.MOSI, board.MISO)
13-
# cs = DigitalInOut(board.D10)
13+
# cs = DigitalInOut(board.D5)
1414
# cap = CAP1188_SPI(spi, cs)
1515

1616
while True:

0 commit comments

Comments
 (0)