Skip to content

Commit c863bd1

Browse files
Update RoboHeartRotation.ino
1 parent 33a51e7 commit c863bd1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/RoboHeartRotation/RoboHeartRotation.ino

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ RoboHeart heart = RoboHeart(Serial);
2626

2727
float phi = 0.0, theta = 0.0, psi = 0.0;
2828

29-
typedef struct {
30-
int16_t rX;
31-
int16_t rY;
32-
int16_t rZ;
33-
int16_t aX;
34-
int16_t aY;
35-
int16_t aZ;
36-
} tIMUdata;
3729
static tIMUdata imuData = {0};
3830

3931
void computeEulerRates(float omega_x, float omega_y, float omega_z, float phi, float theta, float* dphi, float* dtheta, float* dpsi) {

0 commit comments

Comments
 (0)