Skip to content

v1.2.0

Choose a tag to compare

@anglerud anglerud released this 05 Mar 16:20
· 40 commits to main since this release
d478662

This release adds a measure_no_fp method, which does not use floating point. For microcontrollers which lack floating point support - this will prevent floating point functions from being linked in - making the binary smaller. It will also make the calculations faster for those microcontrollers.

Thank you to u/snakehand for suggesting this, with an example.