Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type I2C ¶
type I2C struct {
// contains filtered or unexported fields
}
I2C defines an I2C type to read and write from/to registers.
func NewI2C ¶
NewI2C returns a new I2C interface at the specified bus and address. If `bus` is set to "", the first available bus is used. The address must always be specified.
Click to show internal directories.
Click to hide internal directories.