BuildServoConfigRequest(System.Int32,System.Int32,System.Int32,System.Int32) Method
Generates a byte array containing the encoded data that represents a request to configure a pin previously configured as a servo pin.
Parameters
Name | Description |
pinNumber | The number of the pin to configure. |
minPulse | The minimum pulse value in microseconds. |
maxPulse | The maximum pulse value in microseconds. |
angle | The number of degrees that the servo turns per pulse. |
Returns
The encoded message.
Exceptions
Remarks
Examples
See Also