circuits_i2c v0.1.0 circuits_i2c View Source

Provide an Erlang friendly interface to Circuits Example Erlang code: circuits_i2c:open(“i2c-1”)

Link to this section Summary

Link to this section Functions

Link to this function read(ref, address, count) View Source
Link to this function read(ref, address, count, opts) View Source
Link to this function write(ref, address, data) View Source
Link to this function write(ref, address, data, opts) View Source
Link to this function write_read(ref, address, write_data, read_count) View Source
Link to this function write_read(ref, address, write_data, read_count, opts) View Source