A Rust library for the SHT31-D sensor #Rust #Sensors

User FloppyDisck in the Adafruit forums let us know about a SHT31 temperature and humidity sensor cargo driver for Rust.The default sensor usage includes a blocking sensor read that blocks the current thread until the sensor does a reading. There are additional modes depending on the type of measurements desired.Check...