The final project of Embedde class.

Dependencies:   C12832 LM75B ESP-call MMA7660

Revision:
1:ed1c6618f739
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD/LCD.h	Thu Jun 03 07:08:47 2021 +0000
@@ -0,0 +1,17 @@
+#ifndef _LCD_H
+#define _LCD_H
+
+#include "mbed.h"
+#include "C12832.h"
+
+extern Semaphore semaphoreLCD;
+extern C12832  _lcd;
+
+
+#define LCD_LOADING_TERM    500
+
+void lcdInit(void);
+void lcdShowLoadingSimbolStart(int x, int y);
+void lcdShowLoadingSimbolTerminate(void);
+
+#endif
\ No newline at end of file