Package com.kosdev.kos.core.service.gpio
Class GpioInputPin
java.lang.Object
com.kosdev.kos.core.service.gpio.GpioPin
com.kosdev.kos.core.service.gpio.GpioInputPin
GPIO input pin.
- Since:
- 9
- Version:
- 9
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.kosdev.kos.core.service.gpio.GpioPin
getChipNum, getPinBinding, getPinNum, isConnected
-
Constructor Details
-
GpioInputPin
public GpioInputPin()
-
-
Method Details
-
getValue
Return the current value. May return null before the value is known.
-