Skip to content

SPI clock speed can now be set

Compare
Choose a tag to compare
@wollewald wollewald released this 18 Mar 20:56
· 78 commits to main since this release
4358179

I embedded the SPI transaction in SPI.beginTransaction(SPISetttings(clock, MSBFIRST, SPI_MODE3)) and SPI.endTransaction().

The clock can be set using the new setSPIClockSpeed(unsigned long) function.