i have a question related to library programming.
I want to use the Webduino (WebServer.h) library in my new library.
I include a #include <WebServer.h> in my .ino file, i include a #include "WebServer.h" in my library's h file.
Wen i try to compile the code i get the following errors:
Inomation/Inomation.cpp.o: In function `WebServer::setDefaultCommand(void (*)(WebServer&, WebServer::ConnectionType, char*, bool))':
/Applications/Arduino.app/Contents/Resources/Java/libraries/Webduino/WebServer.h:389: multiple definition of `WebServer::setDefaultCommand(void (*)(WebServer&, WebServer::ConnectionType, char*, bool))'
Inomation.cpp.o:/Applications/Arduino.app/Contents/Resources/Java/libraries/Webduino/WebServer.h:389: first defined here