Jon Trinder
/
gu_squirt_tester
Test code for interfacing to megasquirt ECU.
Revision 4:50203a03ccd2, committed 2015-02-16
- 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 |
diff -r fa1485b77707 -r 50203a03ccd2 main.cpp --- 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) {