Now can use USE_64bit_FLOATINGPOINT
as pre-processor macro to change between float
and double
.
This is most easily implemented in PlatformIO as a build_flag
, aka -D USE_64bit_FLOATINGPOINT
.
Useful for minimizing code overhead, and on controllers who have a built in 32 bit FPU, but not a 64 bit one.