Michael Ohayon / Temps

Dependents:   RUCHE2-CODES

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers temps.h Source File

temps.h

00001 
00002 #include "mbed.h"
00003 #ifndef TEMPS_H
00004 #define TEMPS_H
00005 
00006 extern bool basseConso;
00007 extern LowPowerTimeout tempVeille ;
00008 
00009 void activeVeille(void);
00010 
00011 #endif