LCD code
Fork of 4DGL-uLCD-SE by
Revision 8:5f70aa8028d0, committed 2015-03-13
- Comitter:
- rjuste3
- Date:
- Fri Mar 13 13:51:37 2015 +0000
- Parent:
- 7:e39a44de229a
- Commit message:
- add lcd;
Changed in this revision
uLCD_4DGL_Media.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r e39a44de229a -r 5f70aa8028d0 uLCD_4DGL_Media.cpp --- a/uLCD_4DGL_Media.cpp Sat Nov 30 02:05:15 2013 +0000 +++ b/uLCD_4DGL_Media.cpp Fri Mar 13 13:51:37 2015 +0000 @@ -35,6 +35,8 @@ resp = _cmd.getc(); // read response resp = resp << 8 + _cmd.getc(); } + + return resp; }