projet capteur connecté ST/SE
Dependencies: HP206C mbed HMC5883L DHT DS1820
communication.h
- Committer:
- MathieuM
- Date:
- 2018-12-10
- Revision:
- 82:6f5913a97489
- Parent:
- 68:26938422fa0c
File content as of revision 82:6f5913a97489:
#ifndef __COMMUNICATION__ #define __COMMUNICATION__ char* genMessage(float h_sol, float h_air, float t_sol, float t_air, long pression, int16_t *chMag); #endif