Skip to content

emetians/STM32-MCU-s-DHT11-Temperature-Humidity-Sensor-HAL-Library-With-Timer-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DHT11 HAL Library with Timer for STM32 MCU's.

When create new project with CubeMX select to TIM1,TIM2,TIM3.

Example:

Structure; DHT11_Dev dht11 Init ; DHT11_Init(&dht11,TIM3,GPIOA,GPIO_PIN_8) Read ; int temp = DHT11_Read(&dht11)

About

Libraries for STM32 MCU's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages