Package jpigpio
-
Class Summary Class Description FileIO A helper class for some simple file I/O activities.GPIO GPIOListener Simple interface for implementing GPIO callbacksPigpio Pigpiod wrapper class using native C++ methods.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 documentationPulse Class to store pulse informationSocketLock Created by Jozef on 19.04.2016.Utils -
Exception Summary Exception Description BadValueException An extension of the general PigpioException to indicate that a value is invalidNotImplementedException An extension of the general PigpioException to indicate that a function was called that has not yet been implemented.PigpioException A clas sthat defines the exceptions that can be thrown by Pigpio.WrongModeException An exception that states that a pin is in the wrong mode.