search
[last updated: 2022-03-09]
Arduino home page
Installing Contributed Libraries
nRF24 Libraries
-----
These two alternatives specify where the program/compiler looks to find a library it needs.
The quotes specify "local", meaning (I think) the folder where the program itself is located,
while the brackets specify the "standard location", which (I think) is either the folder with core/embedded libraries that come with the IDE install,
or the [sketchbook]/libraries folder for contributed libraries.
Not sure about this... if there is a src folder, IDE will look there and ignore what might be in library folder, even if there are no files in src folder (?)
----------------------------------------------------------------
.
.
.
eof