Interface | Description |
---|---|
SPICompositeMessage |
The
SPICompositeMessage interface provides methods for constructing a
composite message. |
SPIDevice |
The
SPIDevice interface provides methods for transmitting and receiving data to/from an SPI slave device. |
Class | Description |
---|---|
SPIDeviceConfig |
The
SPIDeviceConfig class encapsulates the hardware addressing information, and static and dynamic
configuration parameters of an SPI slave device. |
SPIDeviceConfig.Builder |
The
Builder class allows for creating and initializing
SPIDeviceConfig objects. |
Exception | Description |
---|---|
InvalidWordLengthException |
Thrown by an instance of
SPIDevice in case of mismatch between the length of data to be exchanged and the
slave's word length as indicated by SPIDevice.getWordLength . |