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: MPU9250_SPI
Fork of WearableDevice_Nucleo by
Diff: main.cpp
- Revision:
- 5:18e89e309715
- Parent:
- 4:56e903769e94
- Child:
- 6:939df52d75c9
--- a/main.cpp Thu Oct 12 09:37:20 2017 +0000 +++ b/main.cpp Thu Oct 12 13:18:11 2017 +0000 @@ -81,7 +81,7 @@ { // Initialize MPU9250 device // wake up device - writeByte(MPU9250_ADDRESS, PWR_MGMT_1, 0x00); // Clear sleep mode bit (6), enable all sensors + //writeByte(MPU9250_ADDRESS, PWR_MGMT_1, 0x00); // Clear sleep mode bit (6), enable all sensors }