mag3110: Added upm support for sensor MAG3110
MAG3110 is a three-axis digital magnetometer. Signed-off-by: Norbert Wesp <nwesp@phytec.de> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
12c81adeba
commit
5c837f22cb
5
src/mag3110/CMakeLists.txt
Normal file
5
src/mag3110/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set (libname "mag3110")
|
||||
set (libdescription "Three-Axis Digital Magnetometer")
|
||||
set (module_src ${libname}.cpp)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user