Hello,
I am trying to use the Webduino file to get an online thermometer programme working. I have downloaded the file and placed the Webserver file in the Arduino library folder. However when I call the WebServer library in the sketch (#include <WebServer.h> the WebServer.h text is black in colour and not orange as other libraries are? Also, when I looked into the Webduino folder there is only a WebServer.h file but no WebServer.cpp file. Is this normal or is there a file missing?
Thanks
The Webduino doc says "With Arduino 1.0, add the Webduino folder to the "libraries" folder of your sketchbook directory." Did you do that?
I'm fairly sure I have the webduino folder in the right library directory John. But I am still getting error messages when I compile like "variable or field 'send AboutPage' declared void" or " 'WebServer' does not name a type"
I shall keep trying.
OK I got it working. I added a library folder to the sketchbook directory and placed the webduino folder in there and the sketch compiled