enum: ashet.io.i2c.Operation.Error
Items
none = 0This batch item was fully processed.
device_not_found = 1No device did acknowledge the address.
no_acknowledge = 2While writing the data, the device returned a NAK.
Note:
The ACK/NAK during the addressing phase is handled by
device_not_found.aborted = 3A previous batch item errored and this item wasn't executed at all.
timeout = 4A bus participant did stretch the clock for too long.
fault = 5During the processing of the operation, a hardware error occurred.
reserved_address = 6The operation would've operated on a reserved I2C address.