How do you know the OP even knows WHERE that library folder is located ?
Do you know if he knows HOW to find it ?
Ok, let me explain.
The OP says he's new to arduino. The IDE installs the IDE libraries but I don't think it creates the library Arduino folder in
C:\My Documents
or the library folder in C:\My Documents\Arduino
such that after creating it the path is :
C:\My Documents\arduino\libraries (sketches and user downloaded libraries)
Being new to arduino, the OP may not know that he can find this folder location by opening the IDE and
clicking "File\Preferences" and looking at the path shown there.
I have seen cases where Newbies unzip user downloaded libraries and put them in the IDE library folder
which is not where they should be.
I have also seen cases where the folder and file structure created by the unzip results in duplicate folders
with the same name, (one inside the other) causing compile errors.
The question is,
1-did the OP create the Arduino folder in C:\My Documents
2- did the OP create the library folder in C:\My Documents\Arduino
3-presumably the OP is not saving sketches yet but where would he save them if he was ?
If the IDE DOES create the Arduino folder in C:\My Documents, would that do any good if the OP unzipped
the library to some other location ?
By seeing his previous comment it states that he just beginner in arduino.
Thats reason i given where i given simple example where my library folder located in arduino.
I don't see what you mean. The library you attached shows the file structure of the library. How does that
show WHERE on the hard drive he should unzip the library ? Does the library you attached show the full
path of "C:\My Documents\Arduino\libraries" ?
Please explain. I'm not seeing the benefit of your attaching the file. The OP can download that zip and
it still doesn't tell him WHERE to unzip it .
How does this instruction in your README file tell the OP WHERE (exactly) to create that folder ?
- Create a MakeItRobotics folder in the libraries sub-directory of your Arduino folder or sketchbook directory.
(Do you know if the OP knows WHERE that is supposed to be ?)(I don't)
Moreover, how does the OP know that THIS:
libraries sub-directory of your Arduino folder
does NOT mean the IDE installed Arduino folder in "C:\Program Files (x86)" ?
(taking into account he is new to arduino)
Do we KNOW if he knows that ? (I don't . Do you ?)