Hi,
I'm trying to use the Ethernet Shield with the MAX6675 library (Arduino Playground - MAX6675Library).
So I'm using:
#include <MAX6675.h>
#include <SPI.h>
#include <Ethernet.h>
Now it doesn't seem to play... I'm not getting anything back from the thermocouple. My programs worked fine seperately...
Should the above libraries play ok together?
Thanks!
Brad