Circuits.I2C.write-exclamation-mark

You're seeing just the function write-exclamation-mark, go back to Circuits.I2C module for more information.
Link to this function

write!(i2c_bus, address, data, opts \\ [])

View Source

Specs

write!(bus(), address(), iodata(), [opt()]) :: :ok

Write data to the I2C device at address and raise on error

Options:

  • :retries - number of retries before failing (defaults to no retries)