mirror of
https://github.com/eclipse/upm.git
synced 2025-03-19 23:17:29 +03:00

This is a basic serial module that allows access to various XBee devices via a UART port. It was tested with the XBee S6B WiFi Module and the XBee S1 802.14.4 module. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
6 lines
145 B
CMake
6 lines
145 B
CMake
set (libname "xbee")
|
|
set (libdescription "upm XBee serial module")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|