mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +03:00
adxrs610: Initial implementation
This module was developed and tested on a ADXRS610 Gyro Beakout board. http://www.dfrobot.com/index.php?route=product/product&product_id=642 Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:

committed by
Abhishek Malik

parent
639f99691b
commit
53bc249b75
@ -150,6 +150,7 @@ add_executable (micsv89-example micsv89.cxx)
|
||||
add_executable (xbee-example xbee.cxx)
|
||||
add_executable (urm37-example urm37.cxx)
|
||||
add_executable (urm37-uart-example urm37-uart.cxx)
|
||||
add_executable (adxrs610-example adxrs610.cxx)
|
||||
|
||||
include_directories (${PROJECT_SOURCE_DIR}/src/hmc5883l)
|
||||
include_directories (${PROJECT_SOURCE_DIR}/src/grove)
|
||||
@ -264,6 +265,7 @@ include_directories (${PROJECT_SOURCE_DIR}/src/lm35)
|
||||
include_directories (${PROJECT_SOURCE_DIR}/src/micsv89)
|
||||
include_directories (${PROJECT_SOURCE_DIR}/src/xbee)
|
||||
include_directories (${PROJECT_SOURCE_DIR}/src/urm37)
|
||||
include_directories (${PROJECT_SOURCE_DIR}/src/adxrs610)
|
||||
|
||||
target_link_libraries (hmc5883l-example hmc5883l ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_link_libraries (groveled-example grove ${CMAKE_THREAD_LIBS_INIT})
|
||||
@ -415,3 +417,4 @@ target_link_libraries (micsv89-example micsv89 ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_link_libraries (xbee-example xbee ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_link_libraries (urm37-example urm37 ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_link_libraries (urm37-uart-example urm37 ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_link_libraries (adxrs610-example adxrs610 ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
Reference in New Issue
Block a user