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
Copy file name to clipboardExpand all lines: windows.devices.gpio/gpiochangecount.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Represents a near-simultaneous sampling of the number of times a pin has changed
18
18
## -struct-fields
19
19
20
20
### -field Count
21
-
The number of times the transition of polarity specified by [GpioChangeCounter.Polarity](gpiochangecounter_polarity.md)occured on the pin.
21
+
The number of times the transition of polarity specified by [GpioChangeCounter.Polarity](gpiochangecounter_polarity.md)occurred on the pin.
22
22
23
23
### -field RelativeTime
24
24
The time at which this count was sampled. The time is sampled close to (but not simultaneously with) the count. This timestamp can be used to determine the elapsed time between two GpioChangeCount records. It does not correspond to any absolute or system time.
0 commit comments