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 purge.h Source File

purge.h

00001 #ifndef PURGE_H
00002 #define PURGE_H
00003 
00004 #include "mbed.h"
00005 #include "rtos.h"
00006 #include "ethernet.h"
00007 #include "ecran_lcd.h"
00008 #include "machine.h"
00009 #include "capteur_tasse.h"
00010 
00011 void purgerLaMachine();
00012 void checkPurge();
00013 
00014 #endif