public class FT_4222_Defines.I2C_MasterFlag
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
NONE |
static int |
Repeated_START |
static int |
START |
static int |
START_AND_STOP |
static int |
STOP |
Constructor and Description |
---|
FT_4222_Defines.I2C_MasterFlag() |
public static final int NONE
public static final int START
public static final int Repeated_START
public static final int STOP
public static final int START_AND_STOP