0

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?

Timothy Clemans
  • 1,711
  • 3
  • 16
  • 26

1 Answers1

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.

Community
  • 1
  • 1
Udo Klein
  • 6,784
  • 1
  • 36
  • 61