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.
Revision 7:99022c278aa1, committed 2018-11-16
- Comitter:
- yagyag
- Date:
- Fri Nov 16 08:07:57 2018 +0000
- Parent:
- 6:3bb202b0ce01
- Commit message:
- ???
Changed in this revision
DisplayApp.cpp | Show annotated file Show diff for this revision Revisions of this file |
DisplayApp.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 3bb202b0ce01 -r 99022c278aa1 DisplayApp.cpp --- a/DisplayApp.cpp Fri Nov 09 04:24:45 2018 +0000 +++ b/DisplayApp.cpp Fri Nov 16 08:07:57 2018 +0000 @@ -247,3 +247,8 @@ return count; } + +char DisplayApp::Getgetc() +{ + return PcApp.getc(); +}
diff -r 3bb202b0ce01 -r 99022c278aa1 DisplayApp.h --- a/DisplayApp.h Fri Nov 09 04:24:45 2018 +0000 +++ b/DisplayApp.h Fri Nov 16 08:07:57 2018 +0000 @@ -87,6 +87,8 @@ * @return The number of touch points. */ int GetCoordinates(int touch_buff_num, touch_pos_t * p_touch); + + char Getgetc(); private: typedef enum {