aio: add initial analog input support
Signed-off-by: Nandkishor Sonar <nandkishor.sonar@intel.com> Reviewed-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
8c016318a6
commit
207c54a5e7
@@ -2,6 +2,7 @@ add_executable (i2c_HMC5883L i2c_HMC5883L.c)
|
||||
add_executable (hellomaa hellomaa.c)
|
||||
add_executable (cycle-pwm3 cycle-pwm3.c)
|
||||
add_executable (blink-io8 blink-io8.c)
|
||||
add_executable (analogin_a0 analogin_a0.c)
|
||||
|
||||
include_directories(${PROJECT_SOURCE_DIR}/api ${PROJECT_SOURCE_DIR}/include)
|
||||
|
||||
@@ -9,3 +10,4 @@ target_link_libraries (hellomaa maa)
|
||||
target_link_libraries (i2c_HMC5883L maa m)
|
||||
target_link_libraries (cycle-pwm3 maa)
|
||||
target_link_libraries (blink-io8 maa)
|
||||
target_link_libraries (analogin_a0 maa)
|
||||
|
||||
Reference in New Issue
Block a user