Hey guys,
Trying to understand Particle Dev (Atom - Version 1.7.3, Running OS X)…specifically, how to keep my folders tidy, and be able to Save As versions of my code as I go along.
So first, the folder on the left. I understand that I need to have all of my library files inside of that folder for a sketch to compile properly. But…
Questions
-
Does the folder name have to be exactly the same as the main sketch name?
-
…and if so, does that mean I also have to include .ino on the foldername?
-
As I go along, I’d like to save versions 1.2, 1.3, 2.0, 2.1, etc, so that I can jump back if something goes awry. But if I just do a Save As, it adds that version to my left-hand folder. So will this cause compiler errors, or is this the correct way of doing things?
-
Any other tips appreciated for keeping things tidy and versioned!
Thanks all-
J