wpilib.event Package

BooleanEvent(loop, signal)

This class provides an easy way to link actions to active high logic signals.

EventLoop()

A declarative way to bind a set of actions to a loop and execute them when the loop is polled.

NetworkBooleanEvent(*args, **kwargs)

A Button that uses a NetworkTable boolean field.