Skip to content

switchdoclabs/SDL_Pi_SHT30

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL_Pi_SHT30

SHT30 Pure Python Library

SwitchDoc Labs July 2019

Version 1.3: July 27, 2019: Fixed typo and problem with T > 120F
Version 1.2: July 13, 2019: Fixed Typo in fast reads
Version 1.1: July 8, 2019: Initial Version

#Introduction

For the SwitchDoc Labs SHT30

testing

import SHT30 
sens = SHT30.SHT30()
print sens.read_temperature()
print sens.read_humidity()
print sens.read_humidity_temperature()
print sens.read_humidity_temperature_crc()

About

High Reliability Pure Python Drivers for the SwitchDoc Labs Grove SHT30 base Temperature and Humidity Sensors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages