Class GpioInputPin

java.lang.Object
com.kosdev.kos.core.service.gpio.GpioPin
com.kosdev.kos.core.service.gpio.GpioInputPin

public class GpioInputPin extends GpioPin
GPIO input pin.
Since:
9
Version:
9
  • Constructor Details

    • GpioInputPin

      public GpioInputPin()
  • Method Details

    • getValue

      public Boolean getValue()
      Return the current value. May return null before the value is known.