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: SDFileSystem_HelloWorld mbed FATFileSystem
Revision 3:c547dba5d39b, committed 2018-11-05
- Comitter:
- Charles David Young
- Date:
- Mon Nov 05 09:52:17 2018 -0700
- Parent:
- 2:1f78675feba0
- Commit message:
- debug
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Nov 04 20:04:53 2018 -0700
+++ b/main.cpp Mon Nov 05 09:52:17 2018 -0700
@@ -1,4 +1,4 @@
-#include "mbed.h"
+#include "./mbed/mbed.h"
#include "SDFileSystem.h"
#include "ST7565_LCD.h"
#include "QEI.h"
@@ -826,4 +826,4 @@
return 1;
}
-// ==========================================================================
\ No newline at end of file
+// ==========================================================================