Class GpioSample
Represents sGPIO ample data.
Inherited Members
Namespace: Unosquare.PiGpio.NativeTypes
Syntax
public class GpioSample
Properties
Level
The level (0 or 1).
Declaration
public uint Level { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
Tick
The ticks in microseconds. Wraps every ~72 minutes.
Declaration
public uint Tick { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |