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