Test code for interfacing to megasquirt ECU.

Dependencies:   jtlcd mbed

Files at this revision

API Documentation at this revision

Comitter:
jont
Date:
Mon Feb 16 08:34:14 2015 +0000
Parent:
3:fa1485b77707
Commit message:
Changed greeting message

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Feb 14 10:20:25 2015 +0000
+++ b/main.cpp	Mon Feb 16 08:34:14 2015 +0000
@@ -102,7 +102,7 @@
     
     LcdInit();
     LcdHomeTop();
-    LcdWriteTextLine("GM0HYY");
+    LcdWriteTextLine("Squirt Tester");
     LcdHomeBottom();
     LcdWriteTextLine("Hello World");
     while(1) {