prn_servo.cfg 876 B

12345678910111213141516171819202122
  1. #[servo my_servo]
  2. #pin:
  3. # PWM output pin controlling the servo. This parameter must be
  4. # provided.
  5. #maximum_servo_angle: 180
  6. # The maximum angle (in degrees) that this servo can be set to. The
  7. # default is 180 degrees.
  8. #minimum_pulse_width: 0.001
  9. # The minimum pulse width time (in seconds). This should correspond
  10. # with an angle of 0 degrees. The default is 0.001 seconds.
  11. #maximum_pulse_width: 0.002
  12. # The maximum pulse width time (in seconds). This should correspond
  13. # with an angle of maximum_servo_angle. The default is 0.002
  14. # seconds.
  15. #initial_angle:
  16. # Initial angle (in degrees) to set the servo to. The default is to
  17. # not send any signal at startup.
  18. #initial_pulse_width:
  19. # Initial pulse width time (in seconds) to set the servo to. (This
  20. # is only valid if initial_angle is not set.) The default is to not
  21. # send any signal at startup.