Skip to content

Instantly share code, notes, and snippets.

@akey7
Created March 12, 2013 02:56
Show Gist options
  • Save akey7/5139930 to your computer and use it in GitHub Desktop.
Save akey7/5139930 to your computer and use it in GitHub Desktop.
These are the lines you customize to your network configuration in RemoteMotors.
const int serverPort = 17;
EthernetServer server(serverPort);
byte mac[] = { 0x90, 0xA2, 0xDA, 0x00, 0xD7, 0xD2 };
IPAddress gateway(192, 168, 0, 1);
IPAddress subnet(255, 255, 255, 0);
IPAddress ip(192, 168, 0, 33);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment