Closed
Description
Although the #include statement (for including a library/file outside the sketch folder) is documented, the #include "filename" (for including a library/file located in the root of the sketch directory) and #include "subdirectory/filename" (for including a library/file located in a subdirectory from the root of the sketch directory) statements are currently not documented.