LcdDisplay.I2C (lcd_display v0.3.0)

View Source

Lets you communicate with hardware devices using the I2C protocol. A thin wrapper of elixir-circuits/circuits_i2c.

Summary

Functions

open(bus_name)

Callback implementation for LcdDisplay.I2C.Behaviour.open/1.

write(i2c_ref, address, data)

Callback implementation for LcdDisplay.I2C.Behaviour.write/3.