Class QSMCM_DIO
- java.lang.Object
-
- org.deepjava.runtime.mpc555.driver.QSMCM_DIO
-
public class QSMCM_DIO extends Object
-
-
Constructor Summary
Constructors Constructor Description QSMCM_DIO(int channel, boolean out)
Create a digital I/O on the PortQS.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
get()
Reads the state on the pin.void
set(boolean val)
Sets the state of a pin.
-
-
-
Field Detail
-
QDMISO
public static final int QDMISO
- See Also:
- Constant Field Values
-
QDMOSI
public static final int QDMOSI
- See Also:
- Constant Field Values
-
QDPCS0
public static final int QDPCS0
- See Also:
- Constant Field Values
-
QDPCS1
public static final int QDPCS1
- See Also:
- Constant Field Values
-
QDPCS2
public static final int QDPCS2
- See Also:
- Constant Field Values
-
QDPCS3
public static final int QDPCS3
- See Also:
- Constant Field Values
-
channel
int channel
-
-