Smart coffee machine with facial recognition and remote control

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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers preferences.h Source File

preferences.h

00001 #ifndef PREFERENCES_H
00002 #define PREFERENCES_H
00003 
00004 #include "mbed.h"
00005 #include "rtos.h"
00006 #include "led.h"
00007 #include "ecran_lcd.h"
00008 #include "machine.h"
00009 
00010 int getPreferenceLongueur();
00011 int getPreferenceIntensite();
00012 
00013 int setPreferenceLongueur(int preference);
00014 int setPreferenceIntensite(int preference);
00015 
00016 void simulerSelectionLongueur();
00017 void simulerSelectionPrecedenteLongueur();
00018 void simulerSelectionIntensite();
00019 
00020 void thread_checkCapteurs();
00021 float getValeurCapteurLumiere(AnalogIn capteurLumiere);
00022 
00023 #endif