#embedded-hal-driver #sht31 #sht30 #sht35

no-std sht3x

Rust driver for Sensirion SHT3x series digital temperature/humidity sensors

1 unstable release

Uses old Rust 2015

0.1.1 May 22, 2018

#338 in #embedded-hal-driver

MIT/Apache

9KB
150 lines

SHT3x

A platform agnostic driver to interface with the Sensirion SHT3x-DIS temperature/humidity sensor via I2C.

This driver was built using embedded-hal traits.

Documentation

Read the detailed documentation here

What works

  • Take a temperature & humidity measurement
  • Read the status register

TODO

  • Do CRC checking
  • Implement ALERT functionality
  • Implement periodic measurements
  • Reset command
  • Heater command
  • Add an option to use the hardware reset pin

License

Licensed under either of

at your option.

Resources

The following resources were consulted when making this driver:

Dependencies

~190KB