Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MPU6050 Terminal mbed
main.h
00001 struct data{ 00002 double time; //previous timestamp 00003 int acc[3]; //previous acceleration (3axis) 00004 int gyr[3]; //previous gyro data (3axis) 00005 double v; //previous velocity (m/s) 00006 double d; //previous displacemtn (m) 00007 int vO; //velocity simpsons rule value 1 00008 int vP; //velocity simpsons rule value 2 00009 int dO; //distance simpsons rule value 1 00010 int dP; //distance simpsons rule value 2 00011 };
Generated on Wed Jul 27 2022 09:20:16 by
1.7.2