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.
Fork of Freetronics_16x2_LCD by
Revision 7:08abb319acab, committed 2014-11-27
- Comitter:
- margadon
- Date:
- Thu Nov 27 12:28:25 2014 +0000
- Parent:
- 6:9ef0091c2a4f
- Commit message:
- Final
Changed in this revision
| freetronicsLCDShieldRus.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/freetronicsLCDShieldRus.h Thu Nov 27 12:00:09 2014 +0000
+++ b/freetronicsLCDShieldRus.h Thu Nov 27 12:28:25 2014 +0000
@@ -135,11 +135,17 @@
*/
void home(void);
+ /**
+ Puts strings of latin/cyrillic symbols
+ *
+ *
+ */
+ int puts(const char *str);
/** Reads the status of the buttons
*
*
*/
- int puts(const char *str);
+
float readButton(void);
