SCLD peripheral of the KL46Z - with sign "-" just for USB Academy

Dependents:   KL46Z-Lab2_lodz KL46Z-Lab2_fullll KL46Z-Lab2_szkolenie kL46Z-Lab3-lodz ... more

Fork of SLCD by Erik -

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() {