Question
How to read data from a sensor
So, I'm trying to read data from a dht11 sensor.
In the datasheet says that you have to send high signal, wait 80ms, then low signal, and dht11 will start sending data.
My problem is, I don't know how to debug this. I don't know how to see if I my sensor is sending me data. How can I see this using STM32Cube IDE?
