hp20x: Initial implementation

This module implements support for the hp20x family of high accuracy
barometers.  It was developed on the Grove Barometer (High Accuracy)
based on the HP206C.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Jon Trulson
2015-06-30 17:38:52 -06:00
committed by Mihai Tudor Panu
parent 08ff50067a
commit f4a5c9a391
9 changed files with 898 additions and 0 deletions

5
src/hp20x/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
set (libname "hp20x")
set (libdescription "upm grove barometer (high efficiency)")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()