This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Web client sketch for IDE v1.0.1 and w5100/w5200 | |
| Uses GET method. | |
| Posted October 2012 by SurferTim | |
| */ | |
| #include <SPI.h> | |
| #include <Ethernet.h> | |
| #define GREEN_PIN 41 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <SPI.h> | |
| #include <Ethernet.h> | |
| #define GREEN_PIN 41 | |
| byte mac[] = { ... }; | |
| // google.de | |
| IPAddress server(173, 194, 69, 94); |