ethernet shield 2 library, find and install
hi.
i order arduino ethernet shield v2. until receive it, want compile sketch.
i read have incliide ethernet2.h, , rest should same.
i found library since didn't found on arduino.cc :
/ethernet2
i put on user libraries folder , , not compile: multiple definition error.
(goes while)
anyone have cue how install library correctly ?
i order arduino ethernet shield v2. until receive it, want compile sketch.
i read have incliide ethernet2.h, , rest should same.
i found library since didn't found on arduino.cc :
/ethernet2
i put on user libraries folder , , not compile: multiple definition error.
code: [select]
in file included c:\program files (x86)\arduino\libraries\ethernet\src/utility/socket.h:4:0,
from c:\users\o_for\documents\arduino\libraries\ethernet2-master\src\utility\socket.cpp:8:
c:\program files (x86)\arduino\libraries\ethernet\src/utility/w5100.h:50:7: error: redefinition of 'class snmr'
class snmr {
(goes while)
anyone have cue how install library correctly ?
quote
i put on user libraries folder , , not compile: multiple definition error.you have install library in place of existing ethernet library.
Arduino Forum > Using Arduino > Programming Questions > ethernet shield 2 library, find and install
arduino
Comments
Post a Comment