pedrominatel/t9602

0.3.0

Latest
uploaded 1 day ago
T9602 I2C driver for the Amphenol temperature and humidity sensor for 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 t9602_device_create()
- Better error messages with esp_err_to_name()

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

## [0.2.0] - Previous Release

### Added
- T9602 temperature and humidity sensor driver with ESP-IDF 5.x I2C master bus API
- Temperature reading in Celsius
- Humidity reading in %RH
- Simple I2C interface

Links

Maintainer

  • Pedro Minatel <pminatel@gmail.com>

License: Apache-2.0

To add this component to your project, run:

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

download archive

Stats

  • Archive size
    Archive size ~ 10.51 KB
  • Downloaded in total
    Downloaded in total 6 times
  • Downloaded this version
    This version: 0 times

Badge

pedrominatel/t9602 version: 0.3.0
|