Skip to content

Commit

Permalink
Update chapter-7/WebPageSketchSnippets
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgertz committed Oct 17, 2011
1 parent 0f2bd07 commit c482a8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chapter-7/WebPageSketchSnippets
@@ -1,9 +1,8 @@
/* Make a Temperature/Humidity Web Page */ /* Make a Temperature/Humidity Web Page */


//Add the following code snippets should be added //Add the following code snippets should be added
// to your basic temperature/humidity sketch: //to the top of your basic temperature/humidity sketch:


----
#include <Ethernet.h> #include <Ethernet.h>
// the sensor communicates using SPI, so include the library: // the sensor communicates using SPI, so include the library:
#include <SPI.h> #include <SPI.h>
Expand Down

0 comments on commit c482a8a

Please sign in to comment.