Interface IIOController<T>
Contract for Meadow devices.
Assembly: Meadow.Contracts.dll
View Source
public interface IIOController<T> where T : IPinDefinitions
Properties
Pins
Gets the Controller's IPinDefinitions
View Source
T Pins { get; }
Methods
GetPin(string)
Retrieves an IPin by name
View Source
IPin? GetPin(string pinName)
Returns
Meadow.Hardware.IPin: The requested pin or null if not found
Parameters
Type | Name | Description |
---|---|---|
System.String | pinName | Registered name of the pin to retrieve |