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/intelligence.h	Wed Jan 15 11:09:52 2014 +0000
@@ -0,0 +1,23 @@
+#ifndef INTELLIGENCE_H
+#define INTELLIGENCE_H
+
+#include "mbed.h"
+#include "rtos.h"
+#include "eau.h"
+
+// Threads :
+void thread_detection_visage(void const *args);
+void thread_check(void const *args);
+void thread_prendreEtEnvoyerPhotosEnContinu(void const *args);
+
+//bool detecterUtilisateur();
+void async_desactiverDetectionVisage();
+void async_activerDetectionVisage();
+bool async_visageDetecte();
+void communiquerAuServeurEmissionsPhotos();
+void communiquerAuServeurFinEmissionPhotos();
+bool communiquerAuServeurPreferencesUtilisateur(int preference_intensite, int preference_longueur);
+void async_lancerPriseEtEnvoiPhotosEnContinu();
+void async_stopperPriseEtEnvoiPhotosEnContinu();
+
+#endif
\ No newline at end of file