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