APM:Libraries
|
#include "AP_RangeFinder_TeraRangerI2C.h"
#include <utility>
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/crc.h>
Go to the source code of this file.
Macros | |
#define | TR_MEASURE 0x00 |
#define | TR_WHOAMI 0x01 |
#define | TR_WHOAMI_VALUE 0xA1 |
Variables | |
const AP_HAL::HAL & | hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
#define TR_MEASURE 0x00 |
Definition at line 27 of file AP_RangeFinder_TeraRangerI2C.cpp.
Referenced by AP_RangeFinder_TeraRangerI2C::measure().
#define TR_WHOAMI 0x01 |
Definition at line 28 of file AP_RangeFinder_TeraRangerI2C.cpp.
Referenced by AP_RangeFinder_TeraRangerI2C::init().
#define TR_WHOAMI_VALUE 0xA1 |
Definition at line 29 of file AP_RangeFinder_TeraRangerI2C.cpp.
Referenced by AP_RangeFinder_TeraRangerI2C::init().
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.