Mohammed-AhmedAF/ARM

Make DHT11 use TIMER0 delay only

Closed this issue · 2 comments

Until now, the DHT11 driver is using delay based on TivaWare code. It is required to develop this driver so that it uses TIMER0 delay only.

A working project has been developed here 3e0d9d7

In this commit, the driver is using the timer delay only 9128644