When developing in the Arduino IDE there are a number of paths for where specific examples or libraries are stored, or can be stored for easy access.
By preferences set in the IDE you can set where your own generated sketches are.
From here, an internal libraries folder is created. Any files placed within that path are considered part of the system path, and therefore files can be included with the <*.h> syntax.
There are also the following:
- C:\Program Files (x86)\Arduino\libraries
- C:\Users\[username]\AppData\Local\Arduino15
No comments:
Post a Comment