mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +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:
@ -31,7 +31,11 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*
|
||||
/**
|
||||
* @file mqx.h
|
||||
* @library mqx
|
||||
* @brief C API for the MQ Gas Sensors
|
||||
*
|
||||
* The mqx gas sensor driver can be used to read a wide range of sensors. The
|
||||
* list below shows the currently supported sensors:
|
||||
*
|
||||
@ -49,6 +53,7 @@ extern "C" {
|
||||
* mq8: H 100-10000 ppm
|
||||
* mq9: CO/CH4/LPG 200-1000/10000/10000 ppm
|
||||
*
|
||||
* @include mqx.c
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user