No sign bit in uflt12f JavaScript decoder - #901
Conversation
|
The uflt12f decoder is for unsigned floats, to save bits for values like relative humidity that can't physically take negative values. That's why the name begins with The custom in this project is to put unrelated changes in different PRs, so the abp feather changes should be a different PR. Thanks! |
|
I understand the goal of the uflt12f decoder :) But the goal of my PR is to remove it the Sorry for the unrelated change, I did a mistake on my master branch. I removed the unrelated commit and I created another PR for the example sketch. |
Fix the uflt12f JavaScript decoder in README.