List of available digital IO timer modes.

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum DigitalIoTimerModeType
Visual Basic (Declaration)
Public Enumeration DigitalIoTimerModeType
Visual C++
public enum class DigitalIoTimerModeType

Members

Member nameDescription
Edge
Once started, the edge timer measures the elapsed time until a transition from the non-target state to the target state occurs on the specified digital input pin.
Width
Once started, the width timer waits for a transition from the non-target state to the target state on the specified digital input pin. Then it measures the elapsed time until the pin returns to the non-target state.

See Also