IOT

Dependents:   RUCHE2-CODES

Committer:
mohayonor
Date:
Mon Jan 28 17:04:23 2019 +0000
Revision:
0:ef1163944023
modifs + GPS

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mohayonor 0:ef1163944023 1
mohayonor 0:ef1163944023 2 #include "mbed.h"
mohayonor 0:ef1163944023 3 #ifndef TEMPS_H
mohayonor 0:ef1163944023 4 #define TEMPS_H
mohayonor 0:ef1163944023 5
mohayonor 0:ef1163944023 6 extern bool basseConso;
mohayonor 0:ef1163944023 7 extern LowPowerTimeout tempVeille ;
mohayonor 0:ef1163944023 8
mohayonor 0:ef1163944023 9 void activeVeille(void);
mohayonor 0:ef1163944023 10
mohayonor 0:ef1163944023 11 #endif