mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21:12 +03:00
groveo2: initial implementation
This implements support for the Grove O2 (oxygen) sensor. Keeping with the current convention, as well as the current config Doxygen uses disallowing uppercase names, this sensor has been renamed from groveO2 to groveo2 for both files and folders. Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:

committed by
John Van Drasek

parent
2bffccf839
commit
db021fa970
5
src/groveo2/CMakeLists.txt
Normal file
5
src/groveo2/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
set (libname "groveo2")
|
||||
set (libdescription "upm groveO2 oxygen concentration sensor module")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
Reference in New Issue
Block a user