Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
servo_tester.h File Reference

Module useful for testing a servo and finding the response. More...

#include "generated/airframe.h"
+ Include dependency graph for servo_tester.h:
+ This graph shows which files directly or indirectly include this file:

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 is_servo
 
bool do_servo_run
 

Detailed Description

Module useful for testing a servo and finding the response.

Definition in file servo_tester.h.

Function Documentation

◆ servo_tester_init()

void servo_tester_init ( void  )

◆ servo_tester_periodic()

void servo_tester_periodic ( void  )

Variable Documentation

◆ do_servo_run

bool do_servo_run
extern

Definition at line 38 of file servo_tester.c.

Referenced by servo_tester_init(), and servo_tester_periodic().

◆ is_servo

bool is_servo
extern

Definition at line 37 of file servo_tester.c.

Referenced by servo_tester_init(), and servo_tester_periodic().

◆ servo_test_val

int32_t servo_test_val
extern

Definition at line 35 of file servo_tester.c.

Referenced by servo_tester_init(), and servo_tester_periodic().