Loading [MathJax]/extensions/tex2jax.js
WPILibC++ 2025.3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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...