Uses of Interface
com.pi4j.io.i2c.I2CRegister
-
Packages that use I2CRegister Package Description com.pi4j.io.i2c -
-
Uses of I2CRegister in com.pi4j.io.i2c
Methods in com.pi4j.io.i2c that return I2CRegister Modifier and Type Method Description I2CRegister
I2C. getRegister(int address)
Get an encapsulated interface for reading and writing to a specific I2C device registerI2CRegister
I2CBase. getRegister(int address)
Get an encapsulated interface for reading and writing to a specific I2C device registerdefault I2CRegister
I2C. register(int address)
I2C Device Register Get an encapsulated interface for reading and writing to a specific I2C device register
-