Interface DigitalInput
-
- All Known Subinterfaces:
DigitalOutput
- All Known Implementing Classes:
MPIOSM_DIO
,TPU_DIO
public interface DigitalInput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
get()
Returns the current state of the TTL signal on the given pin.
-