upm/src/uartat/jsupm_uartat.i
Jon Trulson e8151640a1 uartat, le910: initial implementation.
uartat is the underlying UART driver, specifically for use with
AT-style command driven devices like modems.

The le910 support is provided in the form of examples that make use
of the uartat driver to interact with the device.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
2017-01-24 14:02:03 -07:00

9 lines
120 B
OpenEdge ABL

%module jsupm_uartat
%include "../upm.i"
%include "std_string.i"
%include "uartat.hpp"
%{
#include "uartat.hpp"
%}