multiplayer pong game for LPC 1768

Dependencies:   mbed MbedJSONValue mbed-rtos Adafruit_ST7735 Adafruit_GFX EthernetInterface DebouncedInterrupt

Revision:
15:9d90f68e53da
Parent:
13:95d44f7855ca
Child:
17:32ae1f106002
--- a/network.cpp	Thu Nov 12 04:44:05 2020 +0000
+++ b/network.cpp	Thu Nov 12 05:51:00 2020 +0000
@@ -6,6 +6,7 @@
     sock->init();
     nist->set_address(AWS_IP, PORT);
     sock->set_blocking(false, 0);
+    printf("Connected to %s, port: %i\n\r", AWS_IP, PORT); 
 }
 
 void cleanupEthernet(EthernetInterface *eth, UDPSocket *sock) {