pedrominatel/sht4x

0.3.0

Latest
uploaded 12 hours ago
SHT4X temperature and humidity sensor for the ESP-IDF

changelog

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2026-02-28

### Changed
- Improved error handling by replacing ESP_ERROR_CHECK() with proper error returns in sht4x_device_create()
- Better error messages with esp_err_to_name()

### Added
- I2C device probing in sht4x_device_create() for better device detection
- CHANGELOG.md file to track version history

## [0.2.0] - Previous Release

### Added
- SHT4x temperature and humidity sensor driver with ESP-IDF 5.x I2C master bus API
- Support for different measurement precision modes
- Serial number reading
- Soft reset functionality

Links

Supports all targets

Maintainer

  • Pedro Minatel <pminatel@gmail.com>

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "pedrominatel/sht4x^0.3.0"

download archive

Stats

  • Archive size
    Archive size ~ 10.64 KB
  • Downloaded in total
    Downloaded in total 92 times
  • Downloaded this version
    This version: 0 times

Badge

pedrominatel/sht4x version: 0.3.0
|