#ctor(Rhyduino.Arduino,System.Int32,System.Int32,System.Collections.Generic.ICollection{System.Int32}) Method

Constructs an instance of the class.

Parameters

Name Description
arduinoThe connected Arduino.
pinNumberThe analog pin number.
cacheSizeThe number of previous values to store. When a pin is being monitored, it will receive new values at a rate of roughly 50 per second.
initialValues

Exceptions

Remarks

Examples

See Also