mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +03:00
nlgpio16: Initial implementation
This is a USB device from Numato Labs that is accessed via a UART. It provides 16 GPIO's, 7 of which can be configured as analog inputs. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
4dc679af70
commit
d0cb2a032c
@ -14,7 +14,6 @@ macro(get_module_name example_name module_name)
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
|
||||
# Set source file, include and linker settings for an example
|
||||
# If example cannot be built, example_bin is cleared
|
||||
macro(add_custom_example example_bin example_src example_module_list)
|
||||
@ -231,6 +230,7 @@ if (OPENZWAVE_FOUND)
|
||||
include_directories(${OPENZWAVE_INCLUDE_DIRS})
|
||||
add_example (ozw)
|
||||
endif()
|
||||
add_example (nlgpio16)
|
||||
|
||||
# These are special cases where you specify example binary, source file and module(s)
|
||||
include_directories (${PROJECT_SOURCE_DIR}/src)
|
||||
|
Reference in New Issue
Block a user