Skip to content

Releases: rsc1975/micropython-sht30

Version 0.2.1

06 Jan 16:21
Compare
Choose a tag to compare
  • Added rawparam to return the sensor measurement as-is, without post processing the output.
  • Removed unused instance attributes
  • Changed default values for delta params to integers (0.0 -> 0)

Version 0.2

05 Jan 16:58
Compare
Choose a tag to compare

Using exceptions (SHT30Error) for error management

Added new method measure_int() for environments without floating point operations capabilities