Uses of Interface
com.kosdev.kos.core.service.gpio.GpioPinChangeCallback
Packages that use GpioPinChangeCallback
-
Uses of GpioPinChangeCallback in com.kosdev.kos.core.service.gpio
Methods in com.kosdev.kos.core.service.gpio that return GpioPinChangeCallbackModifier and TypeMethodDescriptionGpioInputPinDef.getFalseCallback()Return the pin change callback for when the pin value is false.GpioInputPinDef.getTrueCallback()Return the pin change callback for when the pin value is true.Methods in com.kosdev.kos.core.service.gpio with parameters of type GpioPinChangeCallbackModifier and TypeMethodDescriptionGpioInputPinDef.setFalseCallback(GpioPinChangeCallback callback) Set the pin change callback to be called when pin state changes to false.GpioInputPinDef.setTrueCallback(GpioPinChangeCallback callback) Set the pin change callback to be called when pin state changes to true.