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 SLCD_minus_mod by
Diff: SLCD.h
- Revision:
- 5:6e3c11967108
- Parent:
- 4:ec7b3c9b2aeb
- Child:
- 6:f4773221794b
--- a/SLCD.h Thu Feb 27 21:57:22 2014 +0000 +++ b/SLCD.h Thu Feb 27 22:02:34 2014 +0000 @@ -28,8 +28,6 @@ public: SLCD(); - - void Write_Char(char lbValue); void Home (void); void Contrast (uint8_t lbContrast); void All_Segments (int); @@ -42,6 +40,7 @@ void deepsleepEnable(bool enable); private: + void Write_Char(char lbValue); void init(); virtual int _putc(int c); virtual int _getc() {