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
11
src/xbee/jsupm_xbee.i
Normal file
11
src/xbee/jsupm_xbee.i
Normal file
@ -0,0 +1,11 @@
|
||||
%module jsupm_xbee
|
||||
%include "../upm.i"
|
||||
%include "carrays.i"
|
||||
%include "std_string.i"
|
||||
|
||||
%{
|
||||
#include "xbee.h"
|
||||
%}
|
||||
|
||||
%include "xbee.h"
|
||||
%array_class(char, charArray);
|
Reference in New Issue
Block a user