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.
MainEvr.cpp
- Committer:
- ThierryLeonard
- Date:
- 2017-09-05
- Revision:
- 7:b1b4db3eedb4
- Parent:
- 5:70db90b673b9
- Child:
- 8:5124be43c963
File content as of revision 7:b1b4db3eedb4:
//#include "Accelerometre.h" // // //Serial pc(USBTX, USBRX); //int main() { // // // // Accelerometre acc; // // double angle = 0; // // // // acc.readxyzAngle(&angle); // pc.printf("angle is : %lf\r\n",angle); // //}