mirror of
https://github.com/eclipse/upm.git
synced 2025-03-29 11:50:02 +03:00

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>
9 lines
120 B
OpenEdge ABL
9 lines
120 B
OpenEdge ABL
%module jsupm_uartat
|
|
%include "../upm.i"
|
|
%include "std_string.i"
|
|
|
|
%include "uartat.hpp"
|
|
%{
|
|
#include "uartat.hpp"
|
|
%}
|