Index

A B C D E F G H I J K L M N O P R S T U V W X 
All Classes All Packages

N

negate() - Method in class edu.wpi.first.wpilibj2.command.button.Trigger
Creates a new trigger that is active when this trigger is inactive, i.e.
nibble2sym(int) - Method in class jpigpio.packet.Protocol
 
nibbles2bytes(byte[]) - Static method in class jpigpio.Utils
 
NotificationListener - Class in jpigpio.packet
NotificationListener is object, which after being registered with NotificationRouter (see class PigpioSocket) receives notifications coming from Pigpiod.
NotificationListener(int, int) - Constructor for class jpigpio.packet.NotificationListener
 
NotifierCommand - Class in edu.wpi.first.wpilibj2.command
A command that starts a notifier to run the given runnable periodically in a separate thread.
NotifierCommand(Runnable, double, Subsystem...) - Constructor for class edu.wpi.first.wpilibj2.command.NotifierCommand
Creates a new NotifierCommand.
notifyBegin(int, int) - Method in interface jpigpio.JPigpio
Starts notifications on a handle.

The notification sends state changes for each GPIO whose corresponding bit in bits is set.
notifyBegin(int, int) - Method in class jpigpio.Pigpio
Not implemented
notifyBegin(int, int) - Method in class jpigpio.PigpioSocket
 
notifyClose(int) - Method in interface jpigpio.JPigpio
Stops notifications on a handle and releases the handle for reuse.
notifyClose(int) - Method in class jpigpio.Pigpio
Not implemented
notifyClose(int) - Method in class jpigpio.PigpioSocket
 
notifyOpen() - Method in interface jpigpio.JPigpio
Returns a notification handle (>=0).

A notification is a method for being notified of GPIO state changes via a pipe.

Pipes are only accessible from the local machine so this function serves no purpose if you are using Python from a remote machine.
notifyOpen() - Method in class jpigpio.Pigpio
Not implemented
notifyOpen() - Method in class jpigpio.PigpioSocket
 
notifyPause(int) - Method in interface jpigpio.JPigpio
Pauses notifications on a handle.

Notifications for the handle are suspended until [*notify_begin*] is called again.

notifyPause(int) - Method in class jpigpio.Pigpio
Not implemented
notifyPause(int) - Method in class jpigpio.PigpioSocket
 
NotImplementedException - Exception in jpigpio
An extension of the general PigpioException to indicate that a function was called that has not yet been implemented.
NotImplementedException() - Constructor for exception jpigpio.NotImplementedException
 
NRF24L01 - Class in jpigpio.devices
The NRF24L is a wireless communication device.
NRF24L01(JPigpio) - Constructor for class jpigpio.devices.NRF24L01
 
A B C D E F G H I J K L M N O P R S T U V W X 
All Classes All Packages