Compile error #include <avr/dtostrf.h>
-
I'm trying out AtmelStudio 7 and so far it looks great. I am running into an issue while trying to compile the MySensors DallasTemperature sketch.
MyHwSAMD.cpp:20: In file included from
MyHwSAMD.h: 30:25: fatal error: avr/dtostrf.h: No such file or directory
#include <avr/dtostrf.h>
compilation terminatedI've looked on the internet but so far no real answer just a bunch of GeekSpeak I don't understand. Don't get me wrong I a huge Geek but there are some thing I'll never understand.
-
Maybe this helps:
https://forum.arduino.cc/index.php?topic=378874.0
-
Thanks for the reply but I'm not much of a modern day programmer Most of my programming was done writing drivers for I/O cards in assembly in the before time.