Hello,
I am trying to connect 2 max6675 sensors to the board and when I go to compile I am getting this error.
I am at a loss, can I not use the '#include <max6675.h>' library with the MKR boards?
Using library arduinoeccx08_1_3_3 at version 1.3.3 in folder: /home/builder/opt/libraries/latest/arduinoeccx08_1_3_3
/home/builder/opt/libraries/latest/max6675_library_1_0_1/max6675.cpp:9:10: fatal error: util/delay.h: No such file or directory
#include <util/delay.h>
^~~~~~~~~~~~~~
compilation terminated.
exit status 1