ovidiucp / TinyWebServer

Small web server for Arduino, fits in 10KB ROM, less than 512 bytes RAM
http://www.webweavertech.com/ovidiu/weblog/archives/000484.html
GNU Lesser General Public License v2.1
245 stars 65 forks source link

New example, webserverSD #10

Closed DrBit closed 11 years ago

DrBit commented 12 years ago

Just added an example ready so people can try the SD card together with the web server. I think it might be usefull for other people.

Hardcore-fs commented 12 years ago

It may need this updated to match with the other examples as regards the SD & Ethernet pins and imports. please note that the SS pin is NOT on the same pin on all platforms, but it is clearly defined in one of the Arduino 'h' files at the time a board is selected.

SeanBannister commented 12 years ago

Just tested this out and works great. The FileUpload sketch provides the same read for SD card functionality (obviously plus upload) but this provides something a little simpler to understand. I agree with @Hardcore-fs that it'd be great to include the section displayed in all other examples "VALUES YOU CHANGE".