Merge branch 'site_carreire' of https://git.cohabit.fr/thermo-bibli/code-grappe into site_carreire
This commit is contained in:
commit
70e5ca43ad
|
@ -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))
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue