mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 05:05:19 +08:00
pwm.cpp: remove the test example (#19587)
This commit is contained in:
@@ -100,12 +100,12 @@ The parameters `-p` and `-r` can be set to a parameter instead of specifying an
|
|||||||
Note that in OneShot mode, the PWM range [1000, 2000] is automatically mapped to [125, 250].
|
Note that in OneShot mode, the PWM range [1000, 2000] is automatically mapped to [125, 250].
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
Set the PWM rate for all channels to 400 Hz:
|
Set the PWM rate for all channels to 400 Hz:
|
||||||
$ pwm rate -a -r 400
|
$ pwm rate -a -r 400
|
||||||
|
|
||||||
Test the outputs of eg. channels 1 and 3, and set the PWM value to 1200 us:
|
Arm and set the outputs of channels 1 and 3 to a PWM value to 1200 us:
|
||||||
$ pwm arm
|
$ pwm min -c 13 -p 1200
|
||||||
$ pwm test -c 13 -p 1200
|
|
||||||
|
|
||||||
)DESCR_STR");
|
)DESCR_STR");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user