mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
adc121c021: updated header with new tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
6ee89da4ba
commit
9544b7789d
@ -48,6 +48,12 @@
|
|||||||
#define ADC121C021_DEFAULT_VREF 3.0
|
#define ADC121C021_DEFAULT_VREF 3.0
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
/**
|
||||||
|
* @brief ADC121C021 I2C Analog Digital Converter library
|
||||||
|
* @defgroup adc121c021 libupm-adc121c021
|
||||||
|
* @ingroup seeed i2c electric
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* valid cycle times for automatic conversion mode
|
* valid cycle times for automatic conversion mode
|
||||||
@ -64,13 +70,20 @@ namespace upm {
|
|||||||
} ADC121C021_CYCLE_TIME_T;
|
} ADC121C021_CYCLE_TIME_T;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @library adc121c021
|
||||||
|
* @sensor adc121c021
|
||||||
|
* @comname ADC121C021 Analog Digital Converter
|
||||||
|
* @type electric
|
||||||
|
* @man seeed
|
||||||
|
* @web http://www.seeedstudio.com/depot/Grove-I2C-ADC-p-1580.html
|
||||||
|
* @con i2c
|
||||||
|
*
|
||||||
* @brief C++ API for the ADC121C021 I2C ADC
|
* @brief C++ API for the ADC121C021 I2C ADC
|
||||||
*
|
*
|
||||||
* UPM module for the ADC121C021 12 bit Analog to Digital (ADC) converter.
|
* UPM module for the ADC121C021 12 bit Analog to Digital (ADC) converter.
|
||||||
* By providing a constant reference voltage, this sensor helps
|
* By providing a constant reference voltage, this sensor helps
|
||||||
* to increase the accuracy of a value collected from an analog sensor.
|
* to increase the accuracy of a value collected from an analog sensor.
|
||||||
*
|
*
|
||||||
* @ingroup i2c adc121c021
|
|
||||||
* @snippet adc121c021.cxx Interesting
|
* @snippet adc121c021.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class ADC121C021 {
|
class ADC121C021 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user