|
|
const int | wire_success = 0 |
| | Transaction completed successfully.
|
| |
|
const int | wire_data_too_big = 1 |
| | Data exceeds the 256-byte transmit buffer.
|
| |
|
const int | wire_NACK_on_address = 2 |
| | Target device did not acknowledge its address.
|
| |
|
const int | wire_NACK_on_data = 3 |
| | Target device did not acknowledge a data byte.
|
| |
|
const int | wire_other_error = 4 |
| | Unspecified bus error.
|
| |
|
const int | wire_timeout = 5 |
| | Transaction timed out (see setWireTimeout())
|
| |
Return codes from endTransmission(), writeRegN(), readRegN(), and related functions.