mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
upm-c: added doxygen tags to generate documentation for C APIs
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -33,15 +33,11 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief SHT1X Temperature and Humidity Sensor
|
||||
* @file sht1x.h
|
||||
* @library sht1x
|
||||
* @brief C API for SHT1X Temperature and Humidity Sensors
|
||||
*
|
||||
* This driver was tested with a DFRobot SHT10 Temperature and
|
||||
* Humidity sensor. This driver should work on all SHT1X devices.
|
||||
*
|
||||
* It requires a 10K pull-up resistor connected to the data pin.
|
||||
* The sensor can be run at differing voltages from 2.5v to 5v.
|
||||
*
|
||||
* @snippet sht1x.c Interesting
|
||||
* @include sht1x.c
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user