mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 22:21:16 +03:00
xbee: Initial implementation
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>
This commit is contained in:

committed by
Abhishek Malik

parent
0d2541270e
commit
6e095826d3
5
src/xbee/CMakeLists.txt
Normal file
5
src/xbee/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
set (libname "xbee")
|
||||
set (libdescription "upm XBee serial module")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
Reference in New Issue
Block a user