-
Methods Method Description com.pi4j.concurrent.ExecutorServiceFactory.newSingleThreadExecutorService() com.pi4j.io.gpio.GpioPinDigitalOutput.pulse(long, boolean) com.pi4j.wiringpi.Gpio.waitForInterrupt(int, int) Note: Jan 2013: The waitForInterrupt() function is deprecated – you should use the newer and easier to use wiringPiISR() function.com.pi4j.wiringpi.Serial.serialGetchar(int) Use the serialGetByte() method instead.com.pi4j.wiringpi.Serial.serialPutchar(int, char) Use the serialPutByte() method instead.