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

led.h

00001 #ifndef LED_H
00002 #define LED_H
00003 
00004 #include "mbed.h"
00005 #include "rtos.h"
00006 
00007 void actionSurLed(int num, int val);
00008 void allumerLed(int num);
00009 void eteindreLed(int num);
00010 void inverserLed(int num);
00011 
00012 #endif