Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Camera_LS_Y201 EthernetInterface EthernetNetIf HTTPClient SRF05 TextLCD mbed-rtos mbed-src
Diff: purge.h
- Revision:
- 0:43669f623d43
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/purge.h Wed Jan 15 11:09:52 2014 +0000 @@ -0,0 +1,14 @@ +#ifndef PURGE_H +#define PURGE_H + +#include "mbed.h" +#include "rtos.h" +#include "ethernet.h" +#include "ecran_lcd.h" +#include "machine.h" +#include "capteur_tasse.h" + +void purgerLaMachine(); +void checkPurge(); + +#endif \ No newline at end of file