project met UDP IP

Dependencies:   EthernetInterface LM75B mbed-rtos mbed

Fork of communication by Jelle Raes

Committer:
JelleRaes
Date:
Tue Mar 13 09:40:51 2018 +0000
Revision:
0:52e944ca21ea
Child:
2:067142778937
voorlopig beste versie;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JelleRaes 0:52e944ca21ea 1 #ifndef MASTER_H
JelleRaes 0:52e944ca21ea 2 #define MASTER_H
JelleRaes 0:52e944ca21ea 3
JelleRaes 0:52e944ca21ea 4 void startMaster(const char* ip);
JelleRaes 0:52e944ca21ea 5
JelleRaes 0:52e944ca21ea 6 #endif