|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <drivers/device/spi.h>#include <ecl/geo/geo.h>#include <lib/perf/perf_counter.h>#include <px4_platform_common/getopt.h>#include <px4_platform_common/px4_work_queue/ScheduledWorkItem.hpp>Go to the source code of this file.
Classes | |
| class | BMI055 |
Macros | |
| #define | DIR_READ 0x80 |
| #define | DIR_WRITE 0x00 |
| #define | BMI055_SOFT_RESET 0xB6 |
| #define | BMI055_BUS_SPEED 10*1000*1000 |
| #define | BMI055_TIMER_REDUCTION 200 |
| #define BMI055_BUS_SPEED 10*1000*1000 |
Definition at line 48 of file BMI055.hpp.
| #define BMI055_SOFT_RESET 0xB6 |
Definition at line 46 of file BMI055.hpp.
Referenced by BMI055_gyro::check_registers(), BMI055_accel::check_registers(), BMI055_gyro::reset(), BMI055_accel::reset(), BMI055_gyro::test_error(), and BMI055_accel::test_error().
| #define BMI055_TIMER_REDUCTION 200 |
Definition at line 50 of file BMI055.hpp.
Referenced by BMI055_gyro::start(), and BMI055_accel::start().
| #define DIR_READ 0x80 |
Definition at line 42 of file BMI055.hpp.
| #define DIR_WRITE 0x00 |
Definition at line 43 of file BMI055.hpp.