multiplayer pong game for LPC 1768

Dependencies:   mbed MbedJSONValue mbed-rtos Adafruit_ST7735 Adafruit_GFX EthernetInterface DebouncedInterrupt

Committer:
vsoltan
Date:
Tue Nov 10 02:32:49 2020 +0000
Revision:
11:d0a105f6743f
Child:
15:9d90f68e53da
initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vsoltan 11:d0a105f6743f 1
vsoltan 11:d0a105f6743f 2 #include "EthernetInterface.h"
vsoltan 11:d0a105f6743f 3
vsoltan 11:d0a105f6743f 4 #define AWS_IP "3.128.153.185"
vsoltan 11:d0a105f6743f 5 #define PORT 3030
vsoltan 11:d0a105f6743f 6
vsoltan 11:d0a105f6743f 7 void initEthernet(EthernetInterface *eth, UDPSocket *sock, Endpoint *nist);
vsoltan 11:d0a105f6743f 8 void cleanupEthernet(EthernetInterface *eth, UDPSocket *sock);