mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 17:59:59 +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>
12 lines
163 B
OpenEdge ABL
12 lines
163 B
OpenEdge ABL
%module jsupm_xbee
|
|
%include "../upm.i"
|
|
%include "carrays.i"
|
|
%include "std_string.i"
|
|
|
|
%{
|
|
#include "xbee.h"
|
|
%}
|
|
|
|
%include "xbee.h"
|
|
%array_class(char, charArray);
|