Merge branch 'site_carreire' of https://git.cohabit.fr/thermo-bibli/code-grappe into site_carreire

This commit is contained in:
habsinn 2021-11-30 12:28:06 +01:00
commit 70e5ca43ad
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;