Go to the documentation of this file.
22 #ifdef ARDUINO_AVR_MEGA2560
36 #define ENDINGTIMEOUT 35L
37 #define CAPTURESIZE 200U
38 #define BEGINTIMEOUT 10000UL
40 #define IRRECEIVER_MARK_EXCESS 50
44 #define SDCARD_ON_ETHERSHIELD
45 #define SDCARD_ON_ETHERSHIELD_PIN 4
52 #define BROADCAST_IP 192,168,1,3
53 #define BROADCAST_PORT 55555
55 #define MACADDRESS 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED
58 #define IPADDRESS 192,168,1,29
59 #define GATEWAY 192,168,1,254
60 #define DNSSERVER 192,168,1,4
61 #define SUBNETMASK 255,255,255,0
67 #define SERIALBAUD 115200UL
68 #define SERIALTIMEOUT 5000ULL