Interface DigitalOutput
-
- All Superinterfaces:
DigitalInput
- All Known Implementing Classes:
MPIOSM_DIO
,TPU_DIO
public interface DigitalOutput extends DigitalInput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(boolean val)
Set the TTL signal at the given pin.-
Methods inherited from interface org.deepjava.runtime.mpc555.driver.DigitalInput
get
-
-