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: mbed MMA8452Q MS5837 SDFileSystem SCI_SENSOR
Diff: main.cpp
- Revision:
- 30:c54217fc9314
- Parent:
- 29:48534309e09d
- Child:
- 31:f62d09120c6a
--- a/main.cpp Wed Dec 08 20:31:29 2021 +0000 +++ b/main.cpp Wed Dec 08 20:40:25 2021 +0000 @@ -90,7 +90,7 @@ //setup ticker to separate log and IMU data update. //so we could have all our control code in the while loop // //log at 2 Hz - accel_ticker.attach(&accel_update,0.1); //10Hz + //accel_ticker.attach(&accel_update,0.1); //10Hz //log_ticker.attach(&log_data,0.5); led1=0; led2=0;