rfetick / Kalman

Implement Kalman filter for your Arduino projects
MIT License
131 stars 13 forks source link

Library won't compile due to Serial calls #6

Open edrobertsrayne opened 1 year ago

edrobertsrayne commented 1 year 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.