Arduino_fixpt
Arduino_fixpt copied to clipboard
Fixed point (16.16, 8.8) library for Arduino to replace resource hungry float/double
Results
1
Arduino_fixpt issues
Sort by
recently updated
recently updated
newest added
Fixed the Fix16_benchmark not compiling: there was some ambiguity in the code when calling the Fix16 class functions, it requires to cast constants ("0" becomes "(uint32_t)0"), nothing complicated. Changed libfixmath_conf.h...