Re: Arduino question?

2019-05-04 Thread Bruce Labitt
Hi Paul, Based on both your suggestion and a few of Bill Freeman's, I found the problem.  It basically was a problem with the scope of the #ifndef statement.  The problem was that if moreutils was compiled prior to RunningMedian, then RunningMedian_h was defined.  Due to an error in

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...

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