![]() |
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
driver for the servo to move the lidar More...
#include "std.h"
Go to the source code of this file.
Data Structures | |
struct | ServoLidar |
Macros | |
#define | PWM2ANGLE(pwm) (((pwm) + MAX_PPRZ) * 90 / MAX_PPRZ) - 90 |
Functions | |
void | servoLidar_init (void) |
void | servoLidar_periodic (void) |
Variables | |
struct ServoLidar | servoLidar |
driver for the servo to move the lidar
Definition in file servo_lidar.h.
struct ServoLidar |
Definition at line 34 of file servo_lidar.h.
Definition at line 46 of file servo_lidar.c.
References ServoLidar::angle, ServoLidar::direction, ServoLidar::enabled, ServoLidar::last_update, ServoLidar::position, SERVO_LIDAR_SPEED, servoLidar, and ServoLidar::speed.
Definition at line 81 of file servo_lidar.c.
|
extern |
Definition at line 44 of file servo_lidar.c.
Referenced by servoLidar_init(), and sim_overwrite_lidar().