jjtara/Library-Arduino-Cbor

Doesn't seem to handle floats at all

Opened this issue · 1 comments

kke commented

A lot of sensor data comes as floats and the spec seems to include several flavors of floats.

No. It doesn't. I hard-forked the upstream into my own project to handle float and double.

https://github.com/Manuvr/ManuvrOS/tree/master/ManuvrOS/Types/cbor-cpp

If the maintainer will take a PR, I will back-port my changes in a manner compatible with the rest of the library.