I'm trying to build multi-file project. How do I use ino build in a way that doesn't give me a bunch of not declared in this scope error when using multiple files like Arduino IDE?
Asked
Active
Viewed 47 times
1 Answers
0
If you are already working on the command line you might want to learn about the C++ build process. Then start to learn about SCONS. Once you understand this you do not want to mess with Arduino IDE + INO files anymore. A suitable sconstruct can be found here.
-
1your link to "here" appears to be out of date? – JackCColeman Sep 30 '13 at 04:17