Skip to main content

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
TypeNameDescription
Meadow.Hardware.IPin[]pinsThe collection of pins to use for the analog input array.