sparkfun / SparkFun_ICM-20948_ArduinoLibrary

Arduino support for ICM_20948 w/ portable C backbone
Other
168 stars 72 forks source link

Moved loop() to bottom of Advanced example #67

Closed Bascy closed 3 years ago

Bascy commented 3 years ago

Fix method not known compiler errors

PaulZC commented 3 years ago

Hi @Bascy , Thanks for submitting this - but I won't be merging it. I don't want users to have to go looking for the loop below all the helper functions. The code compiles fine for me using ESP32. I'm guessing this is a peculiarity of the compiler you are using? Maybe try disabling "warnings as errors"? Best wishes, Paul