Mathieu Moneyron / Mbed 2 deprecated projetS1

Dependencies:   HP206C mbed HMC5883L DHT DS1820

Committer:
MathieuM
Date:
Tue Sep 25 12:56:52 2018 +0000
Revision:
9:0436287af500
Parent:
7:986305dc3b3c
added init functions to communication

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MathieuM 9:0436287af500 1 #define SERIAL_PORT (D1, D0)
MathieuM 9:0436287af500 2
MathieuM 9:0436287af500 3 void initCommunication();
MathieuM 9:0436287af500 4 int sendMessage(char* data);