Hello.
Got a new Intel Galileo board I'm tinkering with tonite.. Trying to use the ethernet capability to send some data to their site to plot. I'm getting a compile error. See below..
C:\arduino-1.5.3\libraries\plotly_ethernet\plotly_ethernet.cpp:1:25: fatal error: avr/dtostrf.h: No such file or directory
compilation terminated.
The call in plotly_ethernet.cpp is #include <avr/dtostrf.h>
Is there a separate library I need to locate and install to make this work?
Thanks!
Russ