I have a large project that has 10 different .ino files in it. When I call a function from one .ino file that is defined in a different file, sometimes the intellisense doesn’t recognize it. It does compile fine yet. Is there a certain order that the .ino files are put in as far as intellisense? Like Alphabetical? I would assume the one set as main sketch file would be first.
I’m pretty sure I can fix this with forward declarations but just wondering if there is a rhyme or reason to the order.
-
This topic was modified 3 years, 11 months ago by tboutain.