I am a newb to the arduino. I have a Duemilanove with an ethernet shield v1.2 and a Wiznet WIZ811MJ. Ran the Ethernet webserver sample code that's built into the IDE. When I run it and go to the ardunio IP the program prints out the values of the 4 analog pins. What I don't understand is every time I refresh the page, the values of the analog pins change, they range between 200 to 300. Shouldn't they all be at zero, or close to it. Is the Ethernet shield putting voltage on these.
Also what digital pins are used by the Ethernet shield and which ones are free for me to use?
--Scott