You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just starting with Arduino and I have problems verifying the MLX_Get_ID code. It refers to SparkFun_MLX90614_Arduino_Library/src/SparkFunMLX90614.h and gives the following warning:
In file included from ...\Arduino\libraries\SparkFun_MLX90614_Arduino_Library-master\examples\MLX90614_Get_ID\MLX90614_Get_ID.ino:25:0:
...\Arduino\libraries\SparkFun_MLX90614_Arduino_Library-master\src/SparkFunMLX90614.h:54:1: warning: 'typedef' was ignored in this declaration [enabled by default]
};
^
So, this example didn't work out for me, as well as the other three examples.