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:
- 5:2d14b92842e8
- Parent:
- 4:ff1ea24ef19a
- Child:
- 6:743b09fa5dc0
--- a/main.cpp Wed Apr 20 04:39:33 2016 +0000 +++ b/main.cpp Tue May 17 00:11:58 2016 +0000 @@ -11,7 +11,7 @@ FILE *fileRed; FILE *filePurple; bool mountFailure; -int test_time = 10800; //Length of test in seconds +int test_time = 600; //Length of test in seconds (2 hours) void writeData(); DigitalOut led1(LED1); //Mbed LED for SD Card Verification DigitalOut Red(p17); //Red LED in Pod (to transitor)
