|
Treehopper Java API
|
SPI burst mode. More...
Public Attributes | |
| NoBurst | |
| No burst – always read the same number of bytes as transmitted. More... | |
| BurstTx | |
| Transmit burst – don't return any data read from the bus. More... | |
| BurstRx | |
| receive burst – ignore transmitted data above 53 bytes long, but receive the full number of bytes specified More... | |
SPI burst mode.
| io.treehopper.enums.BurstMode.BurstRx |
receive burst – ignore transmitted data above 53 bytes long, but receive the full number of bytes specified
| io.treehopper.enums.BurstMode.BurstTx |
Transmit burst – don't return any data read from the bus.
| io.treehopper.enums.BurstMode.NoBurst |
No burst – always read the same number of bytes as transmitted.