APM:Libraries
|
#include <AP_HAL/AP_HAL.h>
#include "AP_OpticalFlow_PX4Flow.h"
#include <AP_Math/edc.h>
#include <AP_AHRS/AP_AHRS.h>
#include <AP_HAL/I2CDevice.h>
#include <utility>
#include "OpticalFlow.h"
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | PX4FLOW_BASE_I2C_ADDR 0x42 |
#define | PX4FLOW_INIT_RETRIES 10 |
Variables | |
const AP_HAL::HAL & | hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
#define PX4FLOW_BASE_I2C_ADDR 0x42 |
Definition at line 30 of file AP_OpticalFlow_PX4Flow.cpp.
Referenced by AP_OpticalFlow_PX4Flow::scan_buses().
#define PX4FLOW_INIT_RETRIES 10 |
Definition at line 31 of file AP_OpticalFlow_PX4Flow.cpp.
Referenced by AP_OpticalFlow_PX4Flow::scan_buses().
const AP_HAL::HAL& hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
Definition at line 14 of file AC_PID_test.cpp.