getRawData()

Allows to read RAW data (2 bytes of humidity + 2 bytes of temperature + 1 byte of crc2). Reads the latest data received from the sensor. dht_sensor.getRawData(ptr)
dht_sensor: a variable of type DHT. ptr: Pointer to a buffer that will receive RAW data. Size at least 5 bytes. nothing