and get the compile error of "note: 'void setup()' previously defined here"
why it happens ? i read that the code is mashed as if it were a single file but shouldn't the setup on the first class be something completely out of the main scope ?
and a separate question, i did that following some instructions out there but i really don't need to create a instance with "new" ?
so, just by being in the same file doesn't makes it scope of the class. And the :: operator would especify this ?
I were thinking on my work what could be wrong and i remember that i just pasted a code to edit and didn't notice the setup funcion is out of the class {}'s. If i move those functions inside the class brackets, would it work the same ?
Anyway getting home i gonna try this. Thanks the help