Uses of Class
com.pi4j.io.gpio.PinProvider
-
Packages that use PinProvider Package Description com.pi4j.io.gpio com.pi4j.util -
-
Uses of PinProvider in com.pi4j.io.gpio
Subclasses of PinProvider in com.pi4j.io.gpio Modifier and Type Class Description class
RaspiBcmPin
Raspberry Pi pin definitions for the Broadcom pin numbering scheme.class
RaspiPin
Raspberry Pi pin definitions for (default) WiringPi pin numbering scheme.class
RCMPin
Raspberry Pi Compute Module pin definitions. -
Uses of PinProvider in com.pi4j.util
Method parameters in com.pi4j.util with type arguments of type PinProvider Modifier and Type Method Description static Pin
CommandArgumentParser. getPin(Class<? extends PinProvider> pinProviderClass, Pin defaultPin, String... args)
This utility method searches for "--pin (#)" or "-p (#)" in the command arguments array and returns a Pin instance based on the pin address/number specified.
-