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: BMP280
Fork of Thread_Communication_V3 by
Diff: LCD.cpp
- Revision:
- 14:7c4d87dfc388
- Parent:
- 8:ab6322afa341
--- a/LCD.cpp Fri Jan 05 19:47:33 2018 +0000 +++ b/LCD.cpp Sat Jan 06 12:22:12 2018 +0000 @@ -93,6 +93,12 @@ case 1: DATA(LINE2,CMD); break; + case 2: + DATA(LINE3,CMD); + break; + case 3: + DATA(LINE4,CMD); + break; default: DATA(LINE1,CMD); break; @@ -135,7 +141,7 @@ _E = 0; //DISABLE LCD DATA LINE } /*---------------------------------------------------------------------*/ -void LCD::Write(char text[16]){ +void LCD::Write(char text[80]){ int i = 0;