display&defaultView
Dependencies: RemoteIR TextLCD
Revision 3:4a4510ede3ea, committed 2020-07-29
- Comitter:
- nishimura_taku_pet
- Date:
- Wed Jul 29 04:34:17 2020 +0000
- Parent:
- 2:a9833eb95169
- Commit message:
- commit
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r a9833eb95169 -r 4a4510ede3ea main.cpp --- a/main.cpp Tue Jul 28 02:43:27 2020 +0000 +++ b/main.cpp Wed Jul 29 04:34:17 2020 +0000 @@ -81,11 +81,11 @@ break; case RIGHT: //strcpy(DispMode,"Mode:Right"); - lcd.printf("Mode:Right "); + lcd.printf("Mode:TurnRight "); break; case LEFT: //strcpy(DispMode,"Mode:Left"); - lcd.printf("Mode:Left "); + lcd.printf("Mode:TurnLeft "); break; case BACK: //strcpy(DispMode,"Mode:Back"); @@ -115,7 +115,7 @@ case(FAST): lcd.printf("Speed:Fast "); break; - case(VERY_FAST): + case(VERYFAST): lcd.printf("Speed:VeryFast "); break; }