View Source GGSV2.I2C (ggsv2 v0.1.1)

I2C wrappers introducing delays.

Link to this section Summary

Link to this section Functions

Link to this function

read(i2c_bus, address, bytes_to_read, opts \\ [])

View Source
Link to this function

write(i2c_bus, address, write_data, opts \\ [])

View Source
Link to this function

write_read(i2c_bus, address, write_data, bytes_to_read, opts \\ [])

View Source