PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "LidarLite.h"
#include <stdio.h>
#include <string.h>
#include <drivers/drv_hrt.h>
#include <drivers/drv_pwm_input.h>
#include <px4_platform_common/defines.h>
#include <px4_platform_common/px4_work_queue/ScheduledWorkItem.hpp>
#include <uORB/topics/pwm_input.h>
Go to the source code of this file.
Classes | |
class | LidarLitePWM |
Driver for the PulsedLight Lidar-Lite range finders connected via PWM.
This driver accesses the pwm_input published by the pwm_input driver.
Definition in file LidarLitePWM.h.