setSPImaxSpeed method

void setSPImaxSpeed(
  1. int maxSpeed
)

Sets the maxSpeed of the SPI bus.

Implementation

void setSPImaxSpeed(int maxSpeed) {
  _checkStatus();
  _checkError(_nativeSPIsetMaxSpeed(_spiHandle, maxSpeed));
}