Uses of Interface
jpigpio.JPigpio
Package | Description |
---|---|
jpigpio | |
jpigpio.devices | |
jpigpio.impl | |
jpigpio.packet | |
jpigpio.sensors |
-
Uses of JPigpio in jpigpio
Classes in jpigpio that implement JPigpio Modifier and Type Class Description class
Pigpio
Pigpiod wrapper class using native C++ methods.class
PigpioSocket
An implementation of the Pigpio Java interface using sockets to connect to the target pigpio demon socket interface (see http://abyz.co.uk/rpi/pigpio/sif.html)
SeeJPigpio interface
for full documentationMethods in jpigpio that return JPigpio Modifier and Type Method Description JPigpio
GPIO. getPigpio()
Should only be needed if not mapped by gpio classMethods in jpigpio with parameters of type JPigpio Modifier and Type Method Description static void
Utils. addShutdown(JPigpio pigpio)
Add a handler to perform a clean termination of pigpio on termination. -
Uses of JPigpio in jpigpio.devices
Constructors in jpigpio.devices with parameters of type JPigpio Constructor Description LCD(JPigpio pigpio, int registerSelect, int readWrite, int enable, int db4, int db5, int db6, int db7)
NRF24L01(JPigpio pigpio)
Servo(JPigpio pigpio, int gpio, int minVal, int maxVal)
Instantiate an instance of the servo class.SP0256(JPigpio pigpio, GPIO aldGpio, GPIO lrqGpio, GPIO a1Gpio, GPIO a2Gpio, GPIO a3Gpio, GPIO a4Gpio, GPIO a5Gpio, GPIO a6Gpio)
Stepper(JPigpio pigpio, int blueGpio, int pinkGpio, int yellowGpio, int orangeGpio)
Create an instance of the Stepper object used to control the stepper motor.TM1638(JPigpio pigpio, GPIO stbGpio, GPIO clkGpio, GPIO dioGpio)
VS1053(JPigpio pigpio, int gpioDREQ)
-
Uses of JPigpio in jpigpio.impl
Classes in jpigpio.impl that implement JPigpio Modifier and Type Class Description class
CommonPigpio
Constructors in jpigpio.impl with parameters of type JPigpio Constructor Description SPI(JPigpio pigpio, int channel, int baudRate, int flags)
-
Uses of JPigpio in jpigpio.packet
-
Uses of JPigpio in jpigpio.sensors
Constructors in jpigpio.sensors with parameters of type JPigpio Constructor Description GY_271(JPigpio pigpio)
Construct the object for this class.HC_SR04(JPigpio pigpio, int triggerGpio, int echoGpio)
Construct the object for this class.MFRC522(JPigpio pigpio, int chipSelectPin, int resetPowerDownPin)
Object constructorWiiNunchuck(JPigpio pigpio)