forked from adafruit/DHT-sensor-library
Shrink DHT::data to 5 bytes
There's only 5 bytes of data being transferred (2x2 bytes of data, 1 byte checksum), so no need to keep a useless byte.
This commit is contained in:
There's only 5 bytes of data being transferred (2x2 bytes of data, 1 byte checksum), so no need to keep a useless byte.