initial commit of upm with hmc5883l support

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-25 14:48:43 +01:00
commit d986654455
8 changed files with 239 additions and 0 deletions

5
examples/CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
add_executable (compass compass.cxx)
include_directories (${PROJECT_SOURCE_DIR}/src/hmc5883l)
target_link_libraries (compass hmc5883l)