Hi,
I am using the Make book, “Getting started with the Photon” and trying to do experiment #10, which uses a DS1820 temp sensor. I copy in the code, from photon book, I add the libraries, OneWire and spark-dallas-temperature, but when I try to verify code, I get this message:
lib/spark-dallas-temperature/src/spark-dallas-temperature.h:27:36: fatal error: …/OneWire/OneWire.h: No such file or directory
#include “…/OneWire/OneWire.h”
I don’t get it, because I can see that I have included OneWire.h. Any ideas?
Thanks,
Dave