Skip to content

Commit

Permalink
Merge pull request #4 from caternuson/cs_change
Browse files Browse the repository at this point in the history
change CS to D5 for RPi happiness
  • Loading branch information
kattni committed Oct 8, 2018
2 parents 9cfaaa5 + ec68e40 commit d66e466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cap1188_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# from digitalio import DigitalInOut, Direction
# from adafruit_cap1188.spi import CAP1188_SPI
# spi = busio.SPI(board.SCK, board.MOSI, board.MISO)
# cs = DigitalInOut(board.D10)
# cs = DigitalInOut(board.D5)
# cap = CAP1188_SPI(spi, cs)

while True:
Expand Down

0 comments on commit d66e466

Please sign in to comment.