Add symbol declaration from other ino files · Issue #39 · sudar/Arduino-Makefile (original) (raw)
When we have multiple ino files in a project, we can't use functions from other ino files like we do in the arduino editor.
The solution I found in order to maintain the compatibility with the standard editor is to add "extern" declarations of the symbols I need to use on top of the ino file in which I use them.
Would it be possible to make this automatic?