Help with downloading library

I am trying to download a library for use in a WayinTop 2 set wireless project. I have downloaded the zipped Mirf file, gone onto the Sketch down menu, clicked include library, add .Zip library but get the error;
Compilation error: Mirf.h: No such file or directory
The solutions in the forum talk about a grbl file within the zipped folder, which I can't find.
Any help would or suggestions would be appreciated.,
Many thanks,

Jonathan

Topic moved. Please do not post in "Uncategorized"; see the sticky topics in Uncategorized - Arduino Forum.


Please post a link to the library.

It seems the library is not valid, try locating a similar library by a more reputable developer.

If you did download from GitHub - mberntsen/arduino: arduino, it's not a library but a collection of stuff.

Extract the ZIP file, navigate to the directory where you extracted it, navigate to the libraries sub directory in there and copy the Mirf directory.

Next paste it in the libraries sub directory of your sketchbook directory. In case you do not know where the sketchbook directory is, open file/preferences in the IDE and check the sketchbook location.

I'm not sure if the IDE will pick up the addition on the fly; to be sure, restart the IDE if it was open.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.