mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
3b7fe2bb1b
The leading zero is non-semver compliant and causes the Arduino IDE to display the warning: Invalid version found: ... Fixes https://github.com/RobTillaart/Arduino/issues/70 |
||
---|---|---|
.. | ||
IEEE754tools.h | ||
library.json | ||
library.properties | ||
readme.txt |
IEEE754_tools.h contains a collection of bit-hacks to speed up a number of operations on floating pointnumbers on the Arduino. If you don't need micro-second speedups do not use these code snippets. in short: USE WITH CARE