|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
#include "bmi088.hpp"#include "tap/architecture/endianness_wrappers.hpp"#include "tap/board/board.hpp"#include "tap/drivers.hpp"#include "tap/errors/create_errors.hpp"#include "modm/math/geometry/angle.hpp"#include "modm/math/units.hpp"#include "bmi088_data.hpp"#include "bmi088_hal.hpp"
Namespaces | |
| namespace | tap |
| namespace | tap::communication |
| namespace | tap::communication::sensors |
| namespace | tap::communication::sensors::imu |
| namespace | tap::communication::sensors::imu::bmi088 |
Macros | |
| #define | DELAY_MS(ms) modm::delay_ms(ms); |
| #define | DELAY_US(us) modm::delay_us(us); |
| #define DELAY_MS | ( | ms | ) | modm::delay_ms(ms); |
| #define DELAY_US | ( | us | ) | modm::delay_us(us); |