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:
- 8:ab6322afa341
- Parent:
- 0:cb3a5c15b01e
- Child:
- 14:7c4d87dfc388
--- a/LCD.cpp Thu Dec 28 19:32:22 2017 +0000 +++ b/LCD.cpp Fri Dec 29 17:50:30 2017 +0000 @@ -88,14 +88,14 @@ void LCD::RowSelect(int row){ switch(row){ case 0: - DATA(LINE1,CMD); - break; + DATA(LINE1,CMD); + break; case 1: - DATA(LINE2,CMD); - break; + DATA(LINE2,CMD); + break; default: - DATA(LINE1,CMD); - break; + DATA(LINE1,CMD); + break; } }