enum: ashet.io.i2c.Operation.Type
Items
ping = 0The device will be addressed, but no read or write operation will be performed. This can be used to detect if certain devices are present.
Success of this operation can be detected by the resulting error code.
read = 1Reads the given amount of bytes from the device.
write = 2Writes the given amount of bytes to the device.