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 HeptaBattery SDFileSystem HeptaCamera_GPS Hepta9axis HeptaTemp HeptaXbee
Diff: main.cpp
- Revision:
- 23:ac2e4bf32370
- Parent:
- 22:3c013a3a56cf
- Child:
- 24:483cccf1a51e
--- a/main.cpp Tue Sep 12 08:47:44 2017 +0000 +++ b/main.cpp Tue Sep 12 09:01:49 2017 +0000 @@ -30,9 +30,9 @@ wait(0.5); timer = tt.read(); fprintf(fp,"%f,%f,%f\r\n",timer,voltage,temp); - tt.stop(); - tt.reset(); } + tt.stop(); + tt.reset(); fclose(fp); } @@ -46,9 +46,9 @@ wait(0.5); timer = tt.read(); fprintf(fp,"%f,%f,%f\r\n",timer,voltage,temp); - tt.stop(); - tt.reset(); } + tt.stop(); + tt.reset(); fclose(fp); }