|
APM:Libraries
|
#include "SPIUARTDriver.h"#include <assert.h>#include <stdlib.h>#include <cstdio>#include <AP_HAL/AP_HAL.h>#include <AP_Math/AP_Math.h>Go to the source code of this file.
Macros | |
| #define | debug(fmt, args ...) |
| #define | error(fmt, args ...) |
Variables | |
| const AP_HAL::HAL & | hal |
| -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
| #define debug | ( | fmt, | |
| args ... | |||
| ) |
Definition at line 17 of file SPIUARTDriver.cpp.
Referenced by Linux::SPIUARTDriver::begin().
| #define error | ( | fmt, | |
| args ... | |||
| ) |
Definition at line 18 of file SPIUARTDriver.cpp.
| 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.
1.8.13