bertmelis / DHT

DHT library (non blocking, interrupt driven with a callback)
MIT License
12 stars 3 forks source link

Only integer values read? #6

Closed melgard1 closed 5 years ago

melgard1 commented 5 years ago

The spec state 8 bit integer value and 8 bit decimal value, yet the only values returned from the examples return integer values as floats with no fractional component.

Is this a configuration option or is this library not parsing the full 40 bit data response?