mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21:12 +03:00
o2: Added O2 sensor C source
Added the C source for the O2 sensor with necessary changes to cmake, examples, docs. * Renamed all files with groveo2 to o2 * Replaced all instances of groveo2 with o2 * Added C source for o2 sensor * Updated all cmake files * Added C example for o2 sensor Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
set (libname "groveo2")
|
||||
set (libdescription "upm groveO2 oxygen concentration sensor module")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
upm_module_init()
|
Reference in New Issue
Block a user