mirror of
https://github.com/eclipse/upm.git
synced 2025-06-10 23:30:27 +03:00

In an effort to clean-up and standardize UPM library documentation, this commit updates (and in most cases, unifies) the CMake description string AND CXX header @comname string. Strings were taken from datasheets when possible, spelling mistakes were addressed, copy/paste errors where fixed, Title Case was used, etc. * Tested/updated/added @web tags * Added/updated invalid sensor images * Added/updated @man tags, added missing manufacturers Signed-off-by: Noel Eck <noel.eck@intel.com>
9 lines
348 B
CMake
9 lines
348 B
CMake
upm_mixed_module_init (NAME gas
|
|
DESCRIPTION "Generic Gas Detection Sensor Library"
|
|
C_HDR mqx.h
|
|
C_SRC mqx.c
|
|
CPP_HDR gas.hpp mq2.hpp mq3.hpp mq4.hpp mq5.hpp mq6.hpp mq7.hpp mq8.hpp mq9.hpp tp401.hpp
|
|
CPP_SRC gas.cxx mq2.cxx mq3.cxx mq4.cxx mq5.cxx mq6.cxx mq7.cxx mq8.cxx mq9.cxx tp401.cxx
|
|
FTI_SRC mqx_fti.c
|
|
REQUIRES mraa)
|