Package jpigpio

  • Interface Summary 
    Interface Description
    Alert  
    JPigpio
    The exposed pigpio functions as Java methods.
  • Class Summary 
    Class Description
    FileIO
    A helper class for some simple file I/O activities.
    GPIO  
    GPIOListener
    Simple interface for implementing GPIO callbacks
    Pigpio
    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)

    See JPigpio interface for full documentation
    Pulse
    Class to store pulse information
    SocketLock
    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 invalid
    NotImplementedException
    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.