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:
Zion Orent
2015-02-26 11:20:24 -05:00
committed by John Van Drasek
parent 2bffccf839
commit db021fa970
8 changed files with 252 additions and 0 deletions

View 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()