Skip to content

An STM32 HAL library for the SHT2x temperature/humidity sensor series.

License

Notifications You must be signed in to change notification settings

eepj/stm32-sht2x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHT2x_for_STM32_HAL

An STM32 HAL library for the SHT2x temperature/humidity sensor series. Tested on an SHT20.

To test

  • Minimal setup:
                                             _________
                                    N/C 4 --| |_____| |-- 3 N/C
                                    VDD 5 --|         |-- 2 GND
                                   SDA1 6 --|_________|-- 1 SCL1
                                   

Known issues

  • Replaced binary values with hexadecimal for compatibility with Keil.
  • Moved user I2C handle definition from .h header to .c file to prevent multiple definition error. Made definition in .h header extern.

About

An STM32 HAL library for the SHT2x temperature/humidity sensor series.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages