I want to split up the main .ino file. Nothing I've tried has worked.
I've tried creating a foo.ino or foo.c file in the sketch folder. If I then drag it into the IDE, it asks me if I want to replace the existing foo.X file, which when I click 'Yes' then deletes that file from the sketch folder and I'm still left with just the one tab with my primary .ino file.
If I try creating the foo.ino in the sketch folder then selecting "file > open", it says that foo.ino needs to be in its own sketch folder. If I create foo.c in the sketch folder then select "file > open", it says "Processing can only open its own sketches and other files ending in .ino or .pde.
I've tried searching the net, but I'm getting a lot of 404 errors and unhelpful blog posts.
Assistance is appreciated!
Thanks