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
pinNumberThe number of the pin to configure.
minPulseThe minimum pulse value in microseconds.
maxPulseThe maximum pulse value in microseconds.
angleThe number of degrees that the servo turns per pulse.

Returns

The encoded message.

Exceptions

Remarks

Examples

See Also