Hello in my arduino code i simple want to include another file like this:
#include "letters.h"
but it says
error: letters.h: No such file or directory
the letters.h is definitely there, right next to the ino file from which i compile.
Hello in my arduino code i simple want to include another file like this:
but it says
the letters.h is definitely there, right next to the ino file from which i compile. |
|||
|
You don't need to include, just call functions from another file. It handles for you. |
|||||||||
|
This link talks about how to do it: http://arduino.cc/en/Guide/Libraries For me, it was as simple as finding this menu in the editor: Sketch -> Import Library -> Add Library |
||||
|