We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e7718 commit b198222Copy full SHA for b198222
adafruit_featherwing/keyboard_featherwing.py
@@ -70,6 +70,8 @@ def __init__(
70
spi = board.SPI()
71
if cs is None:
72
cs = board.D9
73
+ if dc is None:
74
+ dc = board.D10
75
if i2c is None:
76
i2c = board.I2C()
77
if ts_cs is None:
0 commit comments