Circuits.I2C.write

You're seeing just the function write, 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 | {:error, term()}

Write data to the I2C device at address.

Options:

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