Project Embedded Systems E-ict Denayer

Dependencies:   BSP_DISCO_F746NG F7_Ethernet LCD_DISCO_F746NG TS_DISCO_F746NG mbed-rtos mbed

Revision:
5:0518cef07365
Parent:
4:860566e5814e
--- a/main.h	Thu Aug 17 13:32:25 2017 +0000
+++ b/main.h	Thu Aug 17 14:36:34 2017 +0000
@@ -11,6 +11,7 @@
 #include "TS_DISCO_F746NG.h"
 #include "LCD_DISCO_F746NG.h"
 
+#include "ping.h"
 
 
 #ifndef NTP_SERVER_ADDRESS                                  
@@ -47,13 +48,6 @@
 TS_DISCO_F746NG Touch;
 
 
-
-Serial pc(USBTX, USBRX); // tx, rx
-
-MemoryPool<Network, 64> mpool;
-Queue<Network, 64> queue;
-
-
 /*-----------------------------------------------------------*/
 
 int32_t l_ResetDisplay( void );