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: Adafruit_GFX_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL
Diff: main.h
- Revision:
- 2:a28cc676a454
- Parent:
- 0:cd1fe4f0ed39
- Child:
- 3:9aa7c37212b5
--- a/main.h Thu May 08 20:01:10 2014 +0000 +++ b/main.h Thu May 08 22:27:54 2014 +0000 @@ -1,7 +1,12 @@ #define DMP_ERROR_RATE 1 #define SD_ERROR_RATE 2 -#define LOG_FILE "/sd/data.log" +#define RAW_ACCEL_FILE "/sd/raw_accel.log" +#define LIN_ACCEL_FILE "/sd/lin_accel.log" +#define WORLD_ACCEL_FILE "/sd/world_accel.log" +#define GRAV_FILE "/sd/gravity.log" +#define QUAT_FILE "/sd/quaternians.log" +#define SPLITS_FILE "/sd/split_times.log" //#define PC_DEBUG #ifdef PC_DEBUG