Method and Description |
---|
com.pi4j.concurrent.ExecutorServiceFactory.newSingleThreadExecutorService() |
com.pi4j.wiringpi.Serial.serialGetchar(int)
Use the serialGetByte() method instead.
|
com.pi4j.wiringpi.Serial.serialPutchar(int, char)
Use the serialPutByte() method instead.
|
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.
|
Copyright © 2012–2019 Pi4J. All rights reserved.