Toggle Sidebar
Toggle Theme
circuits_i2c
v0.1.0
Pages
Modules
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
Functions
close(ref)
open(devname)
read(ref, address, count)
read(ref, address, count, opts)
write(ref, address, data)
write(ref, address, data, opts)
write_read(ref, address, write_data, read_count)
write_read(ref, address, write_data, read_count, opts)
Link to this section
Functions
Link to this function
close(ref)
View Source
Link to this function
open(devname)
View Source
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