You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this great library. I am now using it on STM32 and the double type is 64 bits so it takes a lot of memory when using the actual "double" type that is used everywhere.
I changed them to float. This is much more convenient and does not visibly reduce the precision. For usual Arduino boards like the UNO float and double datatypes are equivalent 32 bits data.