Mathieu Moneyron / Mbed 2 deprecated projetS1

Dependencies:   HP206C mbed HMC5883L DHT DS1820

communication.h

Committer:
MathieuM
Date:
2018-09-25
Revision:
27:d9dec879b7a6
Parent:
23:a0c3b5e101f1
Child:
28:cf45b66e59f9

File content as of revision 27:d9dec879b7a6:

#define SERIAL_PORT (D1, D0)

void initCommunication();
void sendMessage(char* data);
char* genMessage(float h_sol);