Arduino_fixpt
Arduino_fixpt copied to clipboard
Fixes
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 to allow different configurations for both ARM and AVR architectures.