Open
Description
SPI.cpp sets MOSI idle state to low.
This is an error and it makes it incompatible with accepted convention and incompatible with many peripheral chips.
Please comment out the following lines.
ArduinoCore-renesas/libraries/SPI/SPI.cpp
Lines 435 to 437 in 5748045
If you insist on leaving it like that then at least provide an API so it can be corrected by users.