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: BridgeDriver FrontPanelButtons MCP23017 SDFileSystem TextLCD mbed
Diff: TextFile.h
- Revision:
- 5:e36e0538a903
- Parent:
- 2:3e7baa3e3fec
- Child:
- 6:d1594fd2ec5a
diff -r 86d0d04cc055 -r e36e0538a903 TextFile.h
--- a/TextFile.h Fri Sep 19 01:54:00 2014 +0000
+++ b/TextFile.h Tue Sep 23 18:24:19 2014 +0000
@@ -83,7 +83,7 @@
/******************************************************************************/
//
-void getNextLine(FILE *selectedFile, Line &lineData) {
+void getNextLine(FILE *selectedFile, LineData &lineData) {
lineData.lineAddress = ftell(selectedFile);
@@ -132,7 +132,7 @@
lcd.printf("wrd3: %s", lineData.word[2]);
lcd.setAddress(0,3);
lcd.printf("wrd4: %s", lineData.word[3]);
- wait(5);*/
+ wait(2);*/
}