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

cafe.h

00001 #ifndef CAFE_H
00002 #define CAFE_H
00003 
00004 #include "mbed.h"
00005 #include "rtos.h"
00006 #include "machine.h"
00007 #include "ethernet.h"
00008 #include "ecran_lcd.h"
00009 #include "preferences.h"
00010 #include "capteur_tasse.h"
00011 #include "purge.h"
00012 
00013 void faireUnCafe();
00014 void checkCafe();
00015 
00016 #endif