10 #include "frc/DigitalSource.h"
11 #include "frc/smartdashboard/Sendable.h"
12 #include "frc/smartdashboard/SendableHelper.h"
16 class DigitalGlitchFilter;
17 class SendableBuilder;
85 hal::Handle<HAL_DigitalHandle> m_handle;
Class to enable glitch filtering on a set of digital inputs.
Definition: DigitalGlitchFilter.h:33
Interface for Sendable objects.
Definition: Sendable.h:17
A class that enforces constraints on the differential drive kinematics.
Definition: SPIAccelerometerSim.h:16
DigitalSource Interface.
Definition: DigitalSource.h:25
A helper class for use with objects that add themselves to SendableRegistry.
Definition: SendableHelper.h:28
Definition: SendableBuilder.h:23