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 -

Files at this revision

API Documentation at this revision

Comitter:
Sissors
Date:
Thu Feb 27 22:02:34 2014 +0000
Parent:
4:ec7b3c9b2aeb
Child:
6:f4773221794b
Commit message:
Write_Char function -> private (use putc)

Changed in this revision

SLCD.h Show annotated file Show diff for this revision Revisions of this file
--- 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() {