rfetick / Kalman

Implement Kalman filter for your Arduino projects
MIT License
137 stars 14 forks source link

Library won't compile due to Serial calls #6

Open edrobertsrayne opened 2 years ago

edrobertsrayne commented 2 years ago

To get the library to compile I had to make a copy and comment out all of the KALMAN_VERBOSE Serial calls.

It would be better to wrap them in an #ifdef.