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.
Diff: sm_mpu.cpp
- Revision:
- 10:e63fe4080760
- Parent:
- 9:1b54bac6d9a7
- Child:
- 12:58ad06f9847d
--- a/sm_mpu.cpp Thu Oct 03 23:28:56 2019 +0000 +++ b/sm_mpu.cpp Fri Oct 04 09:46:00 2019 +0000 @@ -44,13 +44,13 @@ mpu6050TestResult = false; rs_LOG_pc.printf("MPU INITIALIZING"); s_MPU_mpu.initialize(); - rs_UTILS_odroid.printf("MPU6050 testConnection \r\n"); + //rs_LOG_odroid.printf("MPU6050 testConnection \r\n"); mpu6050TestResult = s_MPU_mpu.testConnection(); if(mpu6050TestResult) { - rs_UTILS_odroid.printf("MPU6050 test passed \r\n"); + //rs_LOG_odroid.printf("MPU6050 test passed \r\n"); } else { - rs_UTILS_odroid.printf("MPU6050 test failed \r\n"); + //rs_LOG_odroid.printf("MPU6050 test failed \r\n"); } break; case RUNNING_MPU: