a110x: Initial implementation

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
Jon Trulson
2014-12-10 16:17:15 -07:00
committed by Sarah Knepper
parent 02156d11c8
commit 0b7547231f
8 changed files with 259 additions and 0 deletions

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

@ -0,0 +1,5 @@
set (libname "a110x")
set (libdescription "upm a110x sensor module")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()