Servo Set Pulse

Configure the specified pin as analog output, set the period to 20 ms, and set the pulse width to the specified value.

1500servo set pulsepinP0to (µs)
function servoSetPulse(name: AnalogPin, micros: int32): void;

Parameters

  • name: a string that specifies the pin to configure (P0 through P4, or P10)
  • micros: a number that specifies the analog period in microseconds.

Example

The following code sets the servo pulse to 1000 microseconds.

1000servo set pulsepinP0to (µs)on start

See also

micro:bit pins, on pin pressed, analog read pin, digital read pin, digital write pin

Brief Guide to Servos

1000servo set pulsepinP0to (µs)on start