setSPIbitsPerWord method

void setSPIbitsPerWord(
  1. int value
)

Sets the bits per word.

Implementation

void setSPIbitsPerWord(int value) {
  _checkStatus();
  _checkError(_nativeSPIsetBitsPerWord(_spiHandle, value));
}