Skip to content

Commit

Permalink
Merge pull request #3 from tzikis/master
Browse files Browse the repository at this point in the history
added WiShield.h header to all examples
  • Loading branch information
linksprite committed Feb 10, 2014
2 parents 68b2001 + 80d81a2 commit 3b95b63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/SimpleClient/SimpleClient.pde
Expand Up @@ -3,6 +3,7 @@
* it via the Serial API
*/

#include <WiShield.h>
#include <WiServer.h>

#define WIRELESS_MODE_INFRA 1
Expand Down
2 changes: 1 addition & 1 deletion examples/SimpleServer/SimpleServer.pde
Expand Up @@ -2,7 +2,7 @@
* A simple sketch that uses WiServer to serve a web page
*/


#include <WiShield.h>
#include <WiServer.h>

#define WIRELESS_MODE_INFRA 1
Expand Down
1 change: 1 addition & 0 deletions examples/SimpleTweeter/SimpleTweeter.pde
Expand Up @@ -2,6 +2,7 @@
* A simple sketch that uses WiServer to send a tweet with the current system time every 5 minutes
*/

#include <WiShield.h>
#include <WiServer.h>

#define WIRELESS_MODE_INFRA 1
Expand Down

0 comments on commit 3b95b63

Please sign in to comment.