Daily Archives: Friday 28th September 2012 @ 12:00am NZST

Arduino IDE Include Search Path

Files ending in .h can be included using the Arduino IDE. If the #include is in a .ino sketch file: #include “filename.h” – first looks for the file in the same directory as your main .ino sketch file – NOT … Continue reading

Posted in General | Comments Off on Arduino IDE Include Search Path