TeensyNanoExoCode
Loading...
Searching...
No Matches
AnkleIMU.h
Go to the documentation of this file.
1#ifndef ANKLEIMU_H
2#define ANKLEIMU_H
3#include <Adafruit_BNO055.h>
4
6{
7 public:
8 AnkleIMU(bool is_left);
10
11 private:
12 Adafruit_BNO055 _imu;
13 int _addr;
14 const bool _is_left;
15 bool _initialized{false};
16
17};
18
19
20#endif
Definition AnkleIMU.h:6
float get_global_angle()
AnkleIMU(bool is_left)