Re: Arduino question?

2019-05-03 Thread Bruce Labitt
Hi Paul, It seems this is a variant of header hell that I am stewing in...  At the moment the project is not up on github, as I was under some sort of delusion that this might eventually have some commercial value.  I'm not so sure about that, but I have put a lot of effort into it so far...

Arduino question?

2019-05-03 Thread Bruce Labitt
Can I ask an Arduino/C/C++ question here?  If not, where is a decent place to ask?  Full code is just under 50KB (unzipped). It's a "Variable was not declared in this scope" problem. Basically, I'm in over my head at the moment.  I'm not a good structured programmer - so let's get that out of

Re: Arduino question?

2019-05-03 Thread Paul Beaudet
The compiler is basically telling you the library is not imported or has yet to be imported for whatever reason. The Arduinoy parts of the compilation process do some weird things behind the scenes to reorder the code before compiling so that it actually makes sense. Done with extra .ino files