Firmware
Adafruit CircuitPython 6.1.0 on 2021-01-21; Adafruit ItsyBitsy M4 Express with samd51g19
Code/REPL
import board, busio, ps2io
kbd = ps2io.Ps2(board.A2, board.A5)
spi = busio.SPI(board.SCK, board.MOSI, board.MISO)
Behavior
code.py output:
Traceback (most recent call last):
File "code.py", line 3, in <module>
ValueError: MOSI in use
Code done running.
Description
If the kbd line is removed, it works fine.
Firmware
Code/REPL
Behavior
Description
If the
kbdline is removed, it works fine.