Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renesas HS300x Sensor Support #63016

Merged
merged 2 commits into from Nov 17, 2023

Commits on Nov 14, 2023

  1. drivers: sensor: hs300x: Add driver for Renesas HS300x sensors

    Adds support for Renesas HS3001 and HS3003 temperature/humidity sensors
    connected via an I2C bus.
    
    Signed-off-by: Ian Morris <ian.d.morris@outlook.com>
    iandmorris committed Nov 14, 2023
    Copy the full SHA
    1d1e6b4 View commit details
    Browse the repository at this point in the history
  2. samples: sensor: dht_polling: Add generic dht sample application

    This simple application periodically prints the temperature and humidity
    measured by one or more digital humidity/temperature sensors.
    
    Signed-off-by: Ian Morris <ian.d.morris@outlook.com>
    iandmorris committed Nov 14, 2023
    Copy the full SHA
    ce99f40 View commit details
    Browse the repository at this point in the history