I2cServer.write

You're seeing just the function write, go back to I2cServer module for more information.
Link to this function

write(server, register_and_data)

View Source

Specs

write(GenServer.server(), iodata()) :: any()

Writes data to the I2C device.

Link to this function

write(server, register, data)

View Source

Specs

write(GenServer.server(), integer(), binary() | integer()) :: any()