IOT
Revision 0:ef1163944023, committed 2019-01-28
- Comitter:
- mohayonor
- Date:
- Mon Jan 28 17:04:23 2019 +0000
- Commit message:
- modifs + GPS
Changed in this revision
temps.cpp | Show annotated file Show diff for this revision Revisions of this file |
temps.h | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/temps.cpp Mon Jan 28 17:04:23 2019 +0000 @@ -0,0 +1,10 @@ +#include "temps.h" + +bool basseConso = true; +LowPowerTimeout tempVeille ; + + +void activeVeille(void) +{ + basseConso = true; +} \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/temps.h Mon Jan 28 17:04:23 2019 +0000 @@ -0,0 +1,11 @@ + +#include "mbed.h" +#ifndef TEMPS_H +#define TEMPS_H + +extern bool basseConso; +extern LowPowerTimeout tempVeille ; + +void activeVeille(void); + +#endif \ No newline at end of file