Smart coffee machine with facial recognition and remote control

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

intelligence.h

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

File content as of revision 0:43669f623d43:

#ifndef INTELLIGENCE_H
#define INTELLIGENCE_H

#include "mbed.h"
#include "rtos.h"
#include "eau.h"

// Threads :
void thread_detection_visage(void const *args);
void thread_check(void const *args);
void thread_prendreEtEnvoyerPhotosEnContinu(void const *args);

//bool detecterUtilisateur();
void async_desactiverDetectionVisage();
void async_activerDetectionVisage();
bool async_visageDetecte();
void communiquerAuServeurEmissionsPhotos();
void communiquerAuServeurFinEmissionPhotos();
bool communiquerAuServeurPreferencesUtilisateur(int preference_intensite, int preference_longueur);
void async_lancerPriseEtEnvoiPhotosEnContinu();
void async_stopperPriseEtEnvoiPhotosEnContinu();

#endif