Class AnalogOutput
Represents an operator that writes the sequence of numerical values to the specified Arduino output pin using PWM.
public class AnalogOutput : Sink<int>
- Inheritance
-
AnalogOutput
- Inherited Members
Properties
- Pin
Gets or sets the digital output (PWM) pin number on which to write values.
- PortName
Gets or sets the name of the serial port used to communicate with the Arduino.
Methods
- Process(IObservable<int>)
Writes a sequence of int values to the specified Arduino output pin using PWM.