blog.briangallimore.com
Convert Unsigned Integer to Float
I’m working with a RedLion device that treats integers as signed, and they don’t provide the function needed to convert an unsigned integer into a floating point. Here is some code th…