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

eau.h

00001 #ifndef EAU_H
00002 #define EAU_H
00003 
00004 #include "mbed.h"
00005 #include "rtos.h"
00006 #include "ethernet.h"
00007 
00008 void checkContenanceReserveEau(bool initialisation);
00009 
00010 #endif