Skip to content

I2C Library for HTU21D using pymata. (Based on sparkFun's HTU21D library)

License

Notifications You must be signed in to change notification settings

DFNOsorio/HTU21D_PyMata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

HTU21D_PyMata

I2C Library for HTU21D using pymata. (Based on sparkFun's HTU21D library)

Description

Port of the HTU21D temperature and humidity sensor library by sparkFun to python (pyMata).

Usage

sensor = HTU21D(board) -> Initializes a new instance of the sensor.

sensor.start() -> configures the sensor.

sensor.read_temperature() -> returns the temperature sensor.read_humidity() -> returns the humidity

About

I2C Library for HTU21D using pymata. (Based on sparkFun's HTU21D library)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages