Package com.casioeurope.mis.edt.constant
Class EeicLibraryConstant.GPIO_DEVICE
Object
GPIO_DEVICE
- Enclosing class:
- EeicLibraryConstant
public static class EeicLibraryConstant.GPIO_DEVICE extends Object
Constants for controlling GPIO using the
EeicLibrary.GpioDevice
class.-
Field Summary
Fields Modifier and Type Field Description static int
EDGE_BOTH
Specify both falling and rising edge interrupts.static int
EDGE_FALLING
Specify falling edge interrupt.static int
EDGE_NOTHING
Do not use edge interrupt.static int
EDGE_RISING
Specify rising edge interrupt.static int
GPIO1
GPIO number assigned to GPIO1.static int
GPIO2
GPIO number assigned to GPIO2.static int
GPIO3
GPIO number assigned to GPIO3.static int
GPIO4
GPIO number assigned to GPIO4.static int
GPIO5
GPIO number assigned to GPIO5.static int
INPUT_FLOATING
Specify high impedance for input pin status.static int
INPUT_PULL_DOWN
Specify pull down for input pin status.static int
INPUT_PULL_UP
Specify pull up for input pin status.static int
OUTPUT_HIGH
Specify output to high.static int
OUTPUT_LOW
Specify output to low. -
Constructor Summary
Constructors Constructor Description GPIO_DEVICE()
-
Method Summary
-
Field Details
-
GPIO1
public static final int GPIO1GPIO number assigned to GPIO1.- See Also:
- Constant Field Values
-
GPIO2
public static final int GPIO2GPIO number assigned to GPIO2.- See Also:
- Constant Field Values
-
GPIO3
public static final int GPIO3GPIO number assigned to GPIO3.- See Also:
- Constant Field Values
-
GPIO4
public static final int GPIO4GPIO number assigned to GPIO4.- See Also:
- Constant Field Values
-
GPIO5
public static final int GPIO5GPIO number assigned to GPIO5.- See Also:
- Constant Field Values
-
INPUT_FLOATING
public static final int INPUT_FLOATINGSpecify high impedance for input pin status.- See Also:
- Constant Field Values
-
INPUT_PULL_UP
public static final int INPUT_PULL_UPSpecify pull up for input pin status.- See Also:
- Constant Field Values
-
INPUT_PULL_DOWN
public static final int INPUT_PULL_DOWNSpecify pull down for input pin status.- See Also:
- Constant Field Values
-
OUTPUT_LOW
public static final int OUTPUT_LOWSpecify output to low.- See Also:
- Constant Field Values
-
OUTPUT_HIGH
public static final int OUTPUT_HIGHSpecify output to high.- See Also:
- Constant Field Values
-
EDGE_NOTHING
public static final int EDGE_NOTHINGDo not use edge interrupt.- See Also:
- Constant Field Values
-
EDGE_FALLING
public static final int EDGE_FALLINGSpecify falling edge interrupt.- See Also:
- Constant Field Values
-
EDGE_RISING
public static final int EDGE_RISINGSpecify rising edge interrupt.- See Also:
- Constant Field Values
-
EDGE_BOTH
public static final int EDGE_BOTHSpecify both falling and rising edge interrupts.- See Also:
- Constant Field Values
-
-
Constructor Details
-
GPIO_DEVICE
public GPIO_DEVICE()
-