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/preferences.h	Wed Jan 15 11:09:52 2014 +0000
@@ -0,0 +1,23 @@
+#ifndef PREFERENCES_H
+#define PREFERENCES_H
+
+#include "mbed.h"
+#include "rtos.h"
+#include "led.h"
+#include "ecran_lcd.h"
+#include "machine.h"
+
+int getPreferenceLongueur();
+int getPreferenceIntensite();
+
+int setPreferenceLongueur(int preference);
+int setPreferenceIntensite(int preference);
+
+void simulerSelectionLongueur();
+void simulerSelectionPrecedenteLongueur();
+void simulerSelectionIntensite();
+
+void thread_checkCapteurs();
+float getValeurCapteurLumiere(AnalogIn capteurLumiere);
+
+#endif
\ No newline at end of file