ajout de commentaires

This commit is contained in:
pgp 2021-11-29 15:19:44 +01:00
parent e9434729b1
commit 9f2baac7fa
2 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,7 @@
#define SENSORS_NUMBER 5
#define DHT22 22
#define TIME_TO_SLEEP 598
#define US_TO_S_FACTOR 1000000
#define US_TO_S_FACTOR 1000000 //1000000 => 1 mesure par 10 min
#define R2 100
#define R3 10
#define VOLTAGE_OUT(Vin) (((Vin)*R3) / (R2 + R3))

View file

@ -1,4 +1,6 @@
// mdps dans include/secret.h
// psswd's into include/secret.h
// others settings in main.h
#include "main.h"
using namespace std;