luisfdresch / HTU21D

HTU21D Temperature/Humidity driver for I2C (Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTU21D

Use the HTU21D temperature and humidity sensor on the Raspberry Pi.

Prerequisites

  • python-smbus

Usage

from HTU21D import HTU21D

print HTU21D(1).read_temperature()

License

I hereby place this code in the public domain.

About

HTU21D Temperature/Humidity driver for I2C (Python)


Languages

Language:Python 100.0%