DHT-22 Temperature and Humidity sensor no reading values

Dear Sir/Madam

Could you please assist as my DHT-22 sensor is not reading the values , it only reading the printf .

Regards

Hello again,

I do not know what is the content of your mbed_app.json, but you probably need change settings of default library to STD.

{
    "target_overrides": {
        "*": {
            "target.printf_lib": "std"
        }
    }
}

mbed-os/README.md at master · ARMmbed/mbed-os (github.com)

BR, Jan

Hi
I tried to change it but am getting the same result

Just for sure. Please be so kind and try to change Build profile to Debug and run Clean build.

BR, Jan

thanks I see it better now :