GY-63_MS5611/libraries/IEEE754tools
per1234 3b7fe2bb1b Use semver compliant versions in library.properties
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
2017-07-13 11:46:18 -07:00
..
IEEE754tools.h + added readme.txt 2013-09-30 17:22:41 +02:00
library.json update library.json files 2016-12-18 10:48:17 +01:00
library.properties Use semver compliant versions in library.properties 2017-07-13 11:46:18 -07:00
readme.txt + added readme.txt 2013-09-30 17:22:41 +02:00

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