BASIC LIBRARY TO INTERFACE WITH HTU21D TEMPERATURE AND HUMIDITY SENSOR
Dependents: Natural_Calamities_Monitoring_System Nucleo_HTU21D-F Nucleo_motors lpc1768_blinky ... more
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:
-
sda mbed pin to use for SDA line of I2C interface. scl mbed pin to use for SCL line of I2C interface.
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.
Generated on Thu Jul 14 2022 21:36:55 by 1.7.2