Smart coffee machine with facial recognition and remote control

Dependencies:   Camera_LS_Y201 EthernetInterface EthernetNetIf HTTPClient SRF05 TextLCD mbed-rtos mbed-src

Revision:
0:43669f623d43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ecran_lcd.h	Wed Jan 15 11:09:52 2014 +0000
@@ -0,0 +1,15 @@
+#ifndef ECRAN_H
+#define ECRAN_H
+
+#include "mbed.h"
+#include "rtos.h"
+#include "TextLCD.h"
+
+void thread_ecran(void const *args);
+void afficherSurUneLigne(const char* texte, int ligne);
+void faireDefilerSurEcran(const char* texte, int vitesse); /* surement deprecated */
+void afficherAuCentreDeLEcran(const char* texte1, const char* texte2);
+void afficherAuCentreDeLEcran(const char* texte_1_haut, const char* texte_1_bas, const char* texte_2_haut, const char* texte_2_bas);
+void afficherAuCentreDeLEcran(int nombre1, int nombre2);
+
+#endif
\ No newline at end of file