Constructor and Description |
---|
FT_4222_Gpio(FT_4222_Device ft4222Device) |
Modifier and Type | Method and Description |
---|---|
int |
getInterruptStatus(boolean[] bValue)
Write value to the specified GPIO pin.
|
int |
init(int[] gpio)
Initialize the GPIO interface of the FT4222H.
|
int |
read(int portNum,
boolean[] bValue)
Read the value from the specified GPIO pin.
|
int |
write(int portNum,
boolean bValue)
Write value to the specified GPIO pin.
|
public FT_4222_Gpio(FT_4222_Device ft4222Device)
public int init(int[] gpio)
public int read(int portNum, boolean[] bValue)
public int write(int portNum, boolean bValue)
public int getInterruptStatus(boolean[] bValue)
Gpio
getInterruptStatus
in interface Gpio