WPILibC++ 2024.3.2
EdgeConfiguration.h File Reference

Go to the source code of this file.

Namespaces

namespace  frc
 

Enumerations

enum class  frc::EdgeConfiguration { frc::kNone = 0 , frc::kRisingEdge = 0x1 , frc::kFallingEdge = 0x2 , frc::kBoth = 0x3 }
 Edge configuration. More...