Mathieu Moneyron / Mbed 2 deprecated projetS1

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Committer:
MathieuM
Date:
Mon Oct 01 10:32:14 2018 +0000
Revision:
46:40b6bbf6167e
Parent:
45:60f602ecd59b
Child:
50:2cbcbc06ceb6
updated main

Who changed what in which revision?

UserRevisionLine numberNew contents of line
SBACCARI 20:ee252c87a24d 1 #include "mbed.h"
MathieuM 37:2b7e44977ed5 2 #include "DHT.h"
MathieuM 45:60f602ecd59b 3 #include "config.h"
SBACCARI 29:e050039204ab 4
MathieuM 46:40b6bbf6167e 5 float airHumidity(DHT sensor);
MathieuM 46:40b6bbf6167e 6 float airTemperature(DHT sensor);