PinMode Enumeration |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Solid.Arduino.Firmata.PinMode"]
Namespace: Solid.Arduino.Firmata
public enum PinMode
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | -1 | ||
| DigitalInput | 0 | ||
| DigitalOutput | 1 | ||
| AnalogInput | 2 | ||
| PwmOutput | 3 | ||
| ServoControl | 4 | ||
| I2C | 6 | ||
| OneWire | 7 | ||
| StepperControl | 8 | ||
| Encoder | 9 | ||
| Serial | 10 | ||
| InputPullup | 11 |