Hexiwear / Hexi_Humid_Temp_Example

Fork of HTU21D by Alex Lipford

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.

Parameters:
sdambed pin to use for SDA line of I2C interface.
sclmbed pin to use for SCL line of I2C interface.

Definition at line 23 of file HTU21D.cpp.