First version

Dependencies:   mbed EthernetInterface mbed-rto

Revision:
48:c5cd73d93045
Parent:
47:8fe84f455571
Child:
49:2d592fa1cad5
--- a/main.cpp	Wed May 09 09:06:38 2018 +0000
+++ b/main.cpp	Wed May 09 10:08:32 2018 +0000
@@ -8,6 +8,7 @@
 void receive(Queue<int,8>* queue){
     printf("receive executed.\r\n");
     Receiver receiver(queue);
+    printf("Receiver Object created.\r\n");
     receiver.start();
 }