getSPImaxSpeed method

int getSPImaxSpeed()

Returns the max speed of the SPI bus.

Implementation

int getSPImaxSpeed() {
  _checkStatus();
  return _checkError(_getInt32Value(_nativeSPIgetMaxSpeed));
}