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 SDFileSystem_
Diff: main.cpp
- Revision:
- 17:039d304c4a9c
- Parent:
- 16:1caaa96ae3eb
- Child:
- 18:2a42f4052139
--- a/main.cpp Fri Sep 03 01:52:11 2021 +0000 +++ b/main.cpp Fri Sep 03 01:54:02 2021 +0000 @@ -113,7 +113,7 @@ writeEEPROMByte(0, max_g); } - sprintf(stracc1,"%d,%d\r\n",timecount,scr); + sprintf(stracc1,"%d,%f\r\n",timecount,scr); //pc.printf("h3lis331dl:%s",stracc1); if(strlen(buffer1)+strlen(stracc1) > 512) { //pc.printf("buffer over. write file2\r\n");