You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an output is set to pulse mode, the onset of the pulse can be timestamped using the write of the OutputSet register. However, there is currently no way to recover the precise event of when the falling edge occurred. It might be interesting to find a way to report this information. I propose co-opting the existing DigitalOutputState and additionally make it an event that behaves identically to DigitalInputState (ie emits a message on any pin change). This event might be omitted on writes to the same register.
The text was updated successfully, but these errors were encountered:
If an output is set to pulse mode, the onset of the pulse can be timestamped using the write of the OutputSet register. However, there is currently no way to recover the precise event of when the falling edge occurred. It might be interesting to find a way to report this information. I propose co-opting the existing DigitalOutputState and additionally make it an event that behaves identically to DigitalInputState (ie emits a message on any pin change). This event might be omitted on writes to the same register.
The text was updated successfully, but these errors were encountered: