ds18b20 and dht22... cant get them to work together

noweare:
So what is this below if you have in your schematic DHT22 connected to pin 2
static const int DHT_SENSOR_PIN = 12;

One is declaring the type of sensor and one is the pin. Go re read it.

The code is correct. The ds request temp function is blocking the dth22.

With only one or the other plugged in and the request temp omitted then the dht22 works.
And vice versa.
So gonna try guys ds non blocking code.