multiplayer pong game for LPC 1768

Dependencies:   mbed MbedJSONValue mbed-rtos Adafruit_ST7735 Adafruit_GFX EthernetInterface DebouncedInterrupt

Revision:
15:9d90f68e53da
Parent:
11:d0a105f6743f
Child:
36:46bb54b669bc
--- a/network.h	Thu Nov 12 04:44:05 2020 +0000
+++ b/network.h	Thu Nov 12 05:51:00 2020 +0000
@@ -1,8 +1,14 @@
+
+#ifndef NETWORK_H
+#define NETWORK_H
 
 #include "EthernetInterface.h"
+#include "mbed.h" 
 
 #define AWS_IP  "3.128.153.185"
 #define PORT    3030
 
 void initEthernet(EthernetInterface *eth, UDPSocket *sock, Endpoint *nist);
 void cleanupEthernet(EthernetInterface *eth, UDPSocket *sock); 
+
+#endif // NETWORK_H