From fb9323f5d0bb15c852928d6d0664fbe33b9cec06 Mon Sep 17 00:00:00 2001 From: dherrada <=> Date: Wed, 27 May 2020 12:15:33 -0400 Subject: [PATCH] Fixed doxygen index page --- Adafruit_HTU21DF.cpp | 41 ++++++++++++++++++++++++++--------------- Adafruit_HTU21DF.h | 18 +++--------------- 2 files changed, 29 insertions(+), 30 deletions(-) diff --git a/Adafruit_HTU21DF.cpp b/Adafruit_HTU21DF.cpp index 1bdab4e..521cd02 100644 --- a/Adafruit_HTU21DF.cpp +++ b/Adafruit_HTU21DF.cpp @@ -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" diff --git a/Adafruit_HTU21DF.h b/Adafruit_HTU21DF.h index 0d9e963..81a4999 100644 --- a/Adafruit_HTU21DF.h +++ b/Adafruit_HTU21DF.h @@ -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