Private
Public Access
2
0

basic HMC5883L magnometer sample

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-22 15:31:28 +01:00
parent ac131e1e17
commit f011102ce6
3 changed files with 96 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
add_executable (readi2c readi2c.cpp)
add_executable (i2c_HMC5883L i2c_HMC5883L.cpp)
add_executable (hellomaa hellomaa.cpp)
add_executable (cycle-pwm3 cycle-pwm3.cpp)
include_directories(${PROJECT_SOURCE_DIR}/api ${PROJECT_SOURCE_DIR}/include)
target_link_libraries (hellomaa maa)
target_link_libraries (readi2c maa)
target_link_libraries (i2c_HMC5883L maa)
target_link_libraries (cycle-pwm3 maa)