multiplayer pong game for LPC 1768

Dependencies:   mbed MbedJSONValue mbed-rtos Adafruit_ST7735 Adafruit_GFX EthernetInterface DebouncedInterrupt

Revision:
13:95d44f7855ca
Parent:
11:d0a105f6743f
Child:
15:9d90f68e53da
--- a/network.cpp	Tue Nov 10 03:31:37 2020 +0000
+++ b/network.cpp	Tue Nov 10 05:11:41 2020 +0000
@@ -5,6 +5,7 @@
     eth->connect();
     sock->init();
     nist->set_address(AWS_IP, PORT);
+    sock->set_blocking(false, 0);
 }
 
 void cleanupEthernet(EthernetInterface *eth, UDPSocket *sock) {