Skip to content

pdoebler/HS300x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HS300x Arduino Library

This is an Arduino driver for the Renesas HS300x series temperature and humidity sensors (HS3001 / HS3002 / HS3003 / HS3004).
The library provides a simple and efficient interface for reading temperature and humidity over I2C.

Features:

  • Blocking and non-blocking measurement APIs
  • Celsius, Fahrenheit, and Kelvin temperature output
  • Lightweight and dependency-free (apart from Wire)

Installation

Arduino IDE

Option 1: ZIP installation

  1. Download this repository as a .zip file
  2. Open Arduino IDE
  3. Go to: Sketch => Include Library => Add .ZIP Library…
  4. Select the downloaded file

Option 2: Install via URL (Arduino CLI)

arduino-cli lib install https://github.com/pdoebler/HS300x.git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages