#humidity-sensor #humidity #i2c #embedded-hal-driver

no-std shtc1

Driver for the Sensirion SHTC1 digital humidity sensor

1 unstable release

Uses old Rust 2015

0.1.0 Jun 29, 2018

#24 in #humidity

MIT/Apache

8KB
144 lines

SHTC1

A platform agnostic driver to interface with the Sensirion SHTC1 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 ID register
  • Soft reset

License

Licensed under either of

at your option.

Resources

The following resources were consulted when making this driver:


lib.rs:

Driver for Sensirion SHTC1 digital humidity sensor

Dependencies

~195KB