SPI clock speed can now be set
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.
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.