public final class I2cAddr
extends java.lang.Object
Constructor and Description |
---|
I2cAddr(int i2cAddr7Bit) |
Modifier and Type | Method and Description |
---|---|
static I2cAddr |
create7bit(int i2cAddr7Bit) |
static I2cAddr |
create8bit(int i2cAddr8Bit) |
int |
get7Bit() |
int |
get8Bit() |
static I2cAddr |
zero() |