multiplayer pong game for LPC 1768

Dependencies:   mbed MbedJSONValue mbed-rtos Adafruit_ST7735 Adafruit_GFX EthernetInterface DebouncedInterrupt

Files at this revision

API Documentation at this revision

Comitter:
vsoltan
Date:
Sat Nov 28 03:52:53 2020 +0000
Parent:
34:b19f39ad74ac
Child:
36:46bb54b669bc
Commit message:
more issues

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Nov 28 03:52:32 2020 +0000
+++ b/main.cpp	Sat Nov 28 03:52:53 2020 +0000
@@ -111,7 +111,7 @@
             int flushBytes = 0; 
             while ((flushBytes = sock.receiveFrom(nist, tmp_buffer, sizeof(tmp_buffer))) != 0) {
                 printf("reading bytes: %i\n\r", flushBytes); 
-                printf("tmp_buffer", tmp_buffer); 
+                printf("tmp_buffer %s\n\r", tmp_buffer); 
             }
              
             gfx->renderGameOver(gs);