Next: , Previous: f, Up: Invoking



2.5 .include Search Path: -I

path

Use this option to add a path to the list of directories as searches for files specified in .include directives (see .include ). You may use -I as many times as necessary to include a variety of paths. The current working directory is always searched first; after that, as searches any -I directories in the same order as they were specified (left to right) on the command line.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.