Hi,
I am using an Arduino with W5100 Ethernet shield, but then I try and upload the sketch that I’m given on Cayenne site, I get a compile error. This is the error:
Arduino: 1.6.5 (Windows 8.1), Board: “Arduino Uno”
In file included from C:\Users\Dee\Documents\Arduino\libraries\Cayenne/CayenneEthernet.h:24:0,
from sketch_apr12a.ino:21:
C:\Users\Dee\Documents\Arduino\libraries\Cayenne/BlynkSimpleEthernet.h:18:22: fatal error: Ethernet.h: No such file or directory
#include <Ethernet.h>
^
compilation terminated.
Error compiling.
The thing I don’t understand is that I have the Ethernet library installed. Why cant it find the file?
Thanks,
Damien.