projet capteur connecté ST/SE

Dependencies:   HP206C mbed HMC5883L DHT DS1820

config.h

Committer:
MathieuM
Date:
2018-10-01
Revision:
46:40b6bbf6167e
Parent:
45:60f602ecd59b
Child:
48:824fda6804f1

File content as of revision 46:40b6bbf6167e:

#ifndef __CONFIG__
#define __CONFIG__

// communication
#define SERIAL_PORT D1, D0
#define WAIT_TIME 60*15 // 15 minutes

// T_H_air
#define PIN_NAME D2
#define DHTtype DHT22

// H_sol
#define LOW_H 160
#define HIGH_H 520

// Warnings
#define W_AIR LED3

#endif