tiz

Dependencies:   TextLCD X_NUCLEO_IKS01A1 func mbed-src mbed

Fork of mas by esproj

Revision:
6:fb1b3ce7738d
Parent:
5:100310ea8fba
--- a/func/Display.h	Tue Aug 23 15:59:59 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-#include "mbed.h"
-#include "TextLCD.h"
-
-#ifndef __DISPLAY_H__
-#define __DISPLAY_H__
-
-class Display
-{
-private:
-    TextLCD *__lcd;
-public:
-    Display();
-    void show(char *buffer0, char *buffer1=NULL);    // Display string in 2 rows.
-};
-
-#endif  // __DISPLAY_H__
\ No newline at end of file