8 lines
113 B
C
8 lines
113 B
C
|
class IMU {
|
||
|
public:
|
||
|
void getEuler();
|
||
|
|
||
|
private:
|
||
|
void initIMU();
|
||
|
void getData();
|
||
|
};
|