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.
Dependents: IMU cube-puck button-puck test_program_3
Fork of MPU6050 by
Revision 3:597a90170e5c, committed 2014-08-08
- Comitter:
- sigveseb
- Date:
- Fri Aug 08 12:45:04 2014 +0000
- Parent:
- 2:8162a54451b5
- Commit message:
- Remove debug printing
Changed in this revision
| MPU6050.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MPU6050.cpp Thu Jul 03 11:24:52 2014 +0000 +++ b/MPU6050.cpp Fri Aug 08 12:45:04 2014 +0000 @@ -42,7 +42,7 @@ #include "MPU6050.h" -#define useDebugSerial +//#define useDebugSerial //instead of using pgmspace.h typedef const unsigned char prog_uchar;
