1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #7292 from aabadie/fix_adcxx1x_doc

drivers/adcxx1c: small doxygen fixes
This commit is contained in:
Martine Lenders 2017-07-02 20:51:28 +02:00 committed by GitHub
commit 87c9edbbae

View File

@ -9,12 +9,15 @@
/**
* @defgroup drivers_adcxx1x ADCXX1C ADC device driver
* @ingroup drivers_sensors
* @brief I2C Analog-to-Digital Converter device driver
* @{
*
* @file
* @brief ADCXX1C ADC device driver
* @brief ADCXX1C ADC device driver
*
* @author Vincent Dupont <vincent@otakeys.com>
* This driver works with adc081c, adc101c and adc121c versions.
*
* @author Vincent Dupont <vincent@otakeys.com>
*/
#ifndef ADCXX1C_H