Uses of Class
jpigpio.GPIO
Package | Description |
---|---|
jpigpio | |
jpigpio.devices | |
jpigpio.impl |
-
Uses of GPIO in jpigpio
Methods in jpigpio with parameters of type GPIO Modifier and Type Method Description void
JPigpio. gpioShiftOut(GPIO gpioData, GPIO gpioClock, boolean clockLevel, boolean bitOrder, byte value)
void
JPigpio. gpioShiftOut(GPIO gpioData, GPIO gpioClock, boolean bitOrder, byte value)
-
Uses of GPIO in jpigpio.devices
-
Uses of GPIO in jpigpio.impl
Methods in jpigpio.impl with parameters of type GPIO Modifier and Type Method Description void
CommonPigpio. gpioShiftOut(GPIO gpioData, GPIO gpioClock, boolean clockLevel, boolean bitOrder, byte value)
void
CommonPigpio. gpioShiftOut(GPIO gpioData, GPIO gpioClock, boolean bitOrder, byte value)