BuildAnalogWriteRequest(System.Int32,System.Int32) Method
Generates a byte array containing the encoded data that represents a request to write a value to an analog pin.
Parameters
Name | Description |
pinNumber | The number of the pin to write to. |
value | The value to be written. |
Returns
The encoded message.
Exceptions
Remarks
No paramater verification is done to determine if the values are within an acceptable range. This is by design.
Examples
See Also