List of available digital IO timer modes.
Namespace:
Bespoke.Robotics.BrainStemAssembly: 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 name | Description | |
|---|---|---|
| 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.
|