Paparazzi UAS
v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
|
Module useful for testing a servo and finding the response. More...
#include "generated/airframe.h"
Go to the source code of this file.
Functions | |
void | servo_tester_init (void) |
void | servo_tester_periodic (void) |
Variables | |
int32_t | servo_test_val |
bool | do_servo_run |
Module useful for testing a servo and finding the response.
Definition in file servo_tester.h.
void servo_tester_init | ( | void | ) |
Definition at line 49 of file servo_tester.c.
References do_servo_run, servo_mean, servo_run_counter, servo_run_step, servo_run_timer, and servo_test_val.
void servo_tester_periodic | ( | void | ) |
Definition at line 61 of file servo_tester.c.
References do_servo_run, servo_mean, servo_run_counter, servo_run_step, servo_run_timer, servo_test_val, and TIME_PER_DEFLECTION.
bool do_servo_run |
Definition at line 37 of file servo_tester.c.
Referenced by servo_tester_init(), and servo_tester_periodic().
int32_t servo_test_val |
Definition at line 35 of file servo_tester.c.
Referenced by servo_tester_init(), and servo_tester_periodic().