WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
EdgeConfiguration.hpp
Go to the documentation of this file.
1// Copyright (c) FIRST and other WPILib contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the WPILib BSD license file in the root directory of this project.
4
5#pragma once
6
7namespace wpi {
8/**
9 * Edge configuration.
10 */
12 /// Rising edge configuration.
14 /// Falling edge configuration.
16};
17} // namespace wpi
Definition CvSource.hpp:15
EdgeConfiguration
Edge configuration.
Definition EdgeConfiguration.hpp:11
@ kFallingEdge
Falling edge configuration.
Definition EdgeConfiguration.hpp:15
@ kRisingEdge
Rising edge configuration.
Definition EdgeConfiguration.hpp:13