CDY version that shares functionality with Counter
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
+// ==========================================================================