#include <atomic>
#include <functional>
#include "IIC.h"
#include "CppThread.hpp"
Go to the source code of this file.
◆ CALIBRATION_COUNT
#define CALIBRATION_COUNT 5000 |
◆ DEG_TO_RAD
#define DEG_TO_RAD 0.01745329251994329576923690768489 |
◆ GY_271_ADDRESS
#define GY_271_ADDRESS 0x0D |
◆ IIC_BUS
◆ INT_PIN
◆ MPU6050_ADDRESS
#define MPU6050_ADDRESS 0x68 |
◆ RAD_TO_DEG
#define RAD_TO_DEG 57.295779513082320876798154814105 |
◆ initializeMPUISR()
void initializeMPUISR |
( |
| ) |
|
◆ interruptHandler()
void interruptHandler |
( |
int | GPIO, |
|
|
int | level, |
|
|
unsigned int | tick ) |
◆ i2cmtx