Interface IAnalogInputArrayController
Controller for creating arrays of analog inputs from multiple pins.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IAnalogInputArrayController : IPinController
Methods
CreateAnalogInputArray(params IPin[])
Creates an array of analog inputs from the specified pins.
View Source
Declaration
IAnalogInputArray CreateAnalogInputArray(params IPin[] pins)
Returns
Meadow.Hardware.IAnalogInputArray configured with the specified pins.
Parameters
| Type | Name | Description |
|---|---|---|
Meadow.Hardware.IPin[] | pins | The collection of pins to use for the analog input array. |