LibGpiodDriver Class
Namespace: System.Device.Gpio.Drivers · Assembly: GHIElectronics.TinyCLR.System.Device.Gpio
Alias of TinyClrGpioDriver for source-compatibility with Linux .NET IoT samples that reference LibGpiodDriver.
public sealed class LibGpiodDriver : System.Device.Gpio.TinyClrGpioDriver
Constructors
LibGpiodDriver(int chipNumber)
public LibGpiodDriver(int chipNumber) : base(CalculatePinBase(chipNumber))
No description available.
| Parameter | Type | Description |
|---|---|---|
chipNumber | int |
Properties
ChipNumber
public int ChipNumber { get; }
No description available.