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 I2CRegisterI2C. getRegister(int address)Get an encapsulated interface for reading and writing to a specific I2C device registerI2CRegisterI2CBase. getRegister(int address)Get an encapsulated interface for reading and writing to a specific I2C device registerdefault I2CRegisterI2C. register(int address)I2C Device Register Get an encapsulated interface for reading and writing to a specific I2C device register
-