Skip to content

Commit

Permalink
Fixed doxygen index page
Browse files Browse the repository at this point in the history
  • Loading branch information
dherrada committed May 27, 2020
1 parent 03a6966 commit fb9323f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
41 changes: 26 additions & 15 deletions Adafruit_HTU21DF.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
/***************************************************
This is a library for the HTU21DF Humidity & Temp Sensor
Designed specifically to work with the HTU21DF sensor from Adafruit
----> https://www.adafruit.com/products/1899
These displays use I2C to communicate, 2 pins are required to
interface
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!
Written by Limor Fried/Ladyada for Adafruit Industries.
BSD license, all text above must be included in any redistribution
****************************************************/
/*!
* @file Adafruit_HTU21DF.cpp
*
* @mainpage Adafruit HTU21DF Sensor
*
* @section intro_sec Introduction
*
* This is a library for the HTU21DF Humidity & Temp Sensor
*
* Designed specifically to work with the HTU21DF sensor from Adafruit
* ----> https://www.adafruit.com/products/1899
*
* These displays use I2C to communicate, 2 pins are required to
* interface
* Adafruit invests time and resources providing this open source code,
* please support Adafruit and open-source hardware by purchasing
* products from Adafruit!
*
* @section author Author
*
* Written by Limor Fried/Ladyada for Adafruit Industries.
*
* @section license License
*
* BSD license, all text above must be included in any redistribution
*/

#include "Adafruit_HTU21DF.h"

Expand Down
18 changes: 3 additions & 15 deletions Adafruit_HTU21DF.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
/***************************************************
This is a library for the HTU21D-F Humidity & Temp Sensor
Designed specifically to work with the HTU21D-F sensor from Adafruit
----> https://www.adafruit.com/products/1899
These displays use I2C to communicate, 2 pins are required to
interface
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!
Written by Limor Fried/Ladyada for Adafruit Industries.
BSD license, all text above must be included in any redistribution
****************************************************/
/*!
* @file Adafruit_HTU21DF.h
*/

#ifndef _ADAFRUIT_HTU21DF_H
#define _ADAFRUIT_HTU21DF_H
Expand Down

0 comments on commit fb9323f

Please sign in to comment.