File size: 279 Bytes
a2a15a2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
/*
* Mega with a Ethernet shield
* standalone capable, Ethernet is not enabled by default
*/
#define ARDUINOEEPROM
#define ARDUINOPS2
#define DISPLAYCANSCROLL
#define ARDUINOLCDI2C
#define ARDUINOSD
#define ARDUINOWIRE
#define ARDUINOPRT
#define SDPIN 4
//#define ARDUINOETH
|