mnsnoop / esp32Micronet

6 stars 3 forks source link

include files missing #4

Open dwarning opened 2 years ago

dwarning commented 2 years ago

I tried to setup the gnss (u-blox) and compass (lsm303dlhc) mod on top the main branch. But Arduino IDE could not compile because few include files are missing e.g. runningAngle.h RunningAverage.h etc. So I must rm certain files which can included again if include files available.

mnsnoop commented 2 years ago

Check out the "Needed libraries" section of the readme. All libraries can be downloaded via Arduino's IDE library manager.

mnsnoop commented 2 years ago

I guess we could move the transducer code to another branch since most people won't be using it. I don't know how to do that, if you do let me know.

dwarning commented 2 years ago

Oh, I overlooked this libraries. Now I restore the files and can compile all together but linking without the anemometer, n2kbridge and paddlewheel I got core panic and reboot. Must see! Perhaps you like my approach with the defining in BoardConfig.h. EDIT: Everything OK - I forgot to plug in the compass module.