Smart coffee machine with facial recognition and remote control

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

machine.h

Committer:
projetmacintel
Date:
2014-01-15
Revision:
0:43669f623d43

File content as of revision 0:43669f623d43:

#ifndef MACHINE_H
#define MACHINE_H

#include "mbed.h"
#include "rtos.h"
#include "ecran_lcd.h"
#include "preferences.h"

void attendreFinDePreparation();
bool machineOccupee();
void eteindreMachine();
void allumerMachine();
bool capteurChauffeClignotant();
bool machineEteinte();
bool capteurChauffeClignotant(float seuil_min, float seuil_max);

#endif