gy65: Added new digital pressure sensor

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-16 16:43:05 +00:00
parent 8fe679494c
commit c18a9433fc
7 changed files with 485 additions and 0 deletions

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

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