BASIC LIBRARY TO INTERFACE WITH HTU21D TEMPERATURE AND HUMIDITY SENSOR

Dependents:   Natural_Calamities_Monitoring_System Nucleo_HTU21D-F Nucleo_motors lpc1768_blinky ... more

Embed: (wiki syntax)

« Back to documentation index

HTU21D Class Reference

HTU21D Class Reference

Honeywell HTU21D digital humidity and temperature sensor. More...

#include <HTU21D.h>

Public Member Functions

 HTU21D (PinName sda, PinName scl)
 Constructor.

Detailed Description

Honeywell HTU21D digital humidity and temperature sensor.

Definition at line 52 of file HTU21D.h.


Constructor & Destructor Documentation

HTU21D ( PinName  sda,
PinName  scl 
)

Constructor.

Includes.

Parameters:
sdambed pin to use for SDA line of I2C interface.
sclmbed pin to use for SCL line of I2C interface.
Author:
Alan Lai & Nelson Diaz The Georgia Institute of Technology ECE 4180 Embeded Systems Professor Hamblen 03/28/2014

LICENSE

---------------------------------------------------------------------------- "THE BEER-WARE LICENSE" (Revision 42): <alanhlai91@gmail.com> wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. ----------------------------------------------------------------------------

DESCRIPTION

HTU21D Humidity and Temperature sensor.

Datasheet, specs, and information:

https://www.sparkfun.com/products/12064

Definition at line 31 of file HTU21D.cpp.