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