Smart coffee machine with facial recognition and remote control

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

Committer:
projetmacintel
Date:
Wed Jan 15 11:09:52 2014 +0000
Revision:
0:43669f623d43
dep?t final PAO Macintel

Who changed what in which revision?

UserRevisionLine numberNew contents of line
projetmacintel 0:43669f623d43 1 #ifndef MACHINE_H
projetmacintel 0:43669f623d43 2 #define MACHINE_H
projetmacintel 0:43669f623d43 3
projetmacintel 0:43669f623d43 4 #include "mbed.h"
projetmacintel 0:43669f623d43 5 #include "rtos.h"
projetmacintel 0:43669f623d43 6 #include "ecran_lcd.h"
projetmacintel 0:43669f623d43 7 #include "preferences.h"
projetmacintel 0:43669f623d43 8
projetmacintel 0:43669f623d43 9 void attendreFinDePreparation();
projetmacintel 0:43669f623d43 10 bool machineOccupee();
projetmacintel 0:43669f623d43 11 void eteindreMachine();
projetmacintel 0:43669f623d43 12 void allumerMachine();
projetmacintel 0:43669f623d43 13 bool capteurChauffeClignotant();
projetmacintel 0:43669f623d43 14 bool machineEteinte();
projetmacintel 0:43669f623d43 15 bool capteurChauffeClignotant(float seuil_min, float seuil_max);
projetmacintel 0:43669f623d43 16
projetmacintel 0:43669f623d43 17 #endif