SPI.h is missing in the examples
-
Hi guys, I have an arduino 1.6.5 ide installed with mysensors at the newest master version (using git). Never had any problems compiling the mysensors example sketches. Today I tried to use the motionsensor example and got an exception saying that:
fatal error: SPI.h: No such file or directory #include <SPI.h>
Its found in the in the RF24 files of the Mysensor Lib. When I manually add the import in my sketch it works without a problem. Has something changed recently or is there some problem with my installation?
-
@LastSamurai looks like there was a bug in thr Arduino IDE, see https://github.com/mysensors/MySensors/issues/601
Try upgrading the IDE and see if it helps.