DigitalPinEventArgs(System.Int32,Rhyduino.DigitalPinValue) Constructor
Constructs an instance of the DigitalPinEventArgs class and initializes the values it contains.
Parameters
Name | Description |
pinNumber | The pin number that the pin value corresponds with. |
digitalPinValue | The value of the digital pin. |
Exceptions
Remarks
Examples
See Also