Up till recently I only have done smallsih projects on smaller processors, So not a lot of code was present and also not to many files.
I recently started on something bigger ("filling up" a mega2560 ).
That gives a lot of files and now I want to put them in different sub directories.
what I do at the moment is:
- in studio first add a new folder,
- then put the files that have to be in that folder
till here to me it is clear that is is "work to be done to get things right, so no problem with that, but....
Then I also have to again add those directories in the compiler list
If I do not do that the files are not included in the project.
I wonder if there is a setting that I missed here, that will do this automatically, or a flag that automatically includes the sub directories.
hope someone can clarify things a bit and perhaps tell me that things can be done a lot easier.