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: mbed-os-i2c-test mbed-test-i2c-PCA-biquad-peakdet Mix-code-v2 mbed-os-step-counting ... more
Revision 3:4f6c69e52534, committed 2019-11-06
- Comitter:
- castlefei
- Date:
- Wed Nov 06 12:36:33 2019 +0000
- Parent:
- 2:a17f66569378
- Commit message:
- test changes
Changed in this revision
| MPU9250.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MPU9250.cpp Wed Oct 05 10:43:26 2016 +0000
+++ b/MPU9250.cpp Wed Nov 06 12:36:33 2019 +0000
@@ -42,6 +42,7 @@
bool mpu9250::alive()
{
+ printf("this is in alive.\n\r");
if(readByte(MPU9250_ADDRESS, WHO_AM_I_MPU9250) == 0x71)
return true;
else