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 #include "temps.h"
mohayonor 0:ef1163944023 2
mohayonor 0:ef1163944023 3 bool basseConso = true;
mohayonor 0:ef1163944023 4 LowPowerTimeout tempVeille ;
mohayonor 0:ef1163944023 5
mohayonor 0:ef1163944023 6
mohayonor 0:ef1163944023 7 void activeVeille(void)
mohayonor 0:ef1163944023 8 {
mohayonor 0:ef1163944023 9 basseConso = true;
mohayonor 0:ef1163944023 10 }