Mathieu Moneyron / Mbed 2 deprecated projetS1

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Committer:
MathieuM
Date:
Mon Oct 01 10:02:53 2018 +0000
Revision:
45:60f602ecd59b
Parent:
33:2a6476c33e74
Child:
68:26938422fa0c
Create config file

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MathieuM 28:cf45b66e59f9 1 #ifndef __COMMUNICATION__
MathieuM 28:cf45b66e59f9 2 #define __COMMUNICATION__
MathieuM 28:cf45b66e59f9 3
MathieuM 33:2a6476c33e74 4 char* genMessage(float h_sol, float h_air);
MathieuM 28:cf45b66e59f9 5
MathieuM 28:cf45b66e59f9 6 #endif