mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 02:11:15 +03:00
ims: Initial turnin of I2C Moisture Sensor
* Added C library * Added CXX library * Added C/CXX/java/js/python examples Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -23,7 +23,7 @@ macro(add_custom_example example_bin example_src example_module_list)
|
||||
set(found_all_modules FALSE)
|
||||
endif()
|
||||
if (MODULE_LIST)
|
||||
list(FIND MODULE_LIST ${module}-c index)
|
||||
list(FIND MODULE_LIST ${module} index)
|
||||
if (${index} EQUAL -1)
|
||||
set(found_all_modules FALSE)
|
||||
endif()
|
||||
@ -139,6 +139,7 @@ add_example (button)
|
||||
add_example (button_intr)
|
||||
add_example (my9221)
|
||||
add_example (ms5803)
|
||||
add_example (ims)
|
||||
|
||||
# Custom examples
|
||||
add_custom_example (nmea_gps_i2c-example-c nmea_gps_i2c.c nmea_gps)
|
||||
|
Reference in New Issue
Block a user