You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino seems to concatenate multiple .pde files, if more than one exist in the project.
So if have Blink/Blink.pde and Blink/Foo.pde then arduino compiles both of these, and furthermore it seems to concatenate them.
If I put a #define in Blink.pde, then I can reference that #define in Foo.pde and get no errors when building under arduino, but it fails to build when using arscons.
I did some experimentation, and it seems to sort the .pde's alphabetically, with the exception that the one that has the same name as the directory is at the beginning of the list.
The text was updated successfully, but these errors were encountered:
Arduino seems to concatenate multiple .pde files, if more than one exist in the project.
So if have Blink/Blink.pde and Blink/Foo.pde then arduino compiles both of these, and furthermore it seems to concatenate them.
If I put a #define in Blink.pde, then I can reference that #define in Foo.pde and get no errors when building under arduino, but it fails to build when using arscons.
I did some experimentation, and it seems to sort the .pde's alphabetically, with the exception that the one that has the same name as the directory is at the beginning of the list.
The text was updated successfully, but these errors were encountered: