2019-02-20 07:10 AM
Dear All,
I need to a get a delay of 5 microseconds using STM32F407VG Discovery board.
Is using a timer a good option for this or there is other ways available to solve the problem without using any external library?
2019-02-20 10:04 PM
I used timer to handle a DHT22. I first configured the timer to output compare for start pulse, and then to input capture to read the data.