This is a USB device from Numato Labs that is accessed via a UART. It provides 16 GPIO's, 7 of which can be configured as analog inputs. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
12 lines
175 B
OpenEdge ABL
12 lines
175 B
OpenEdge ABL
%module jsupm_nlgpio16
|
|
%include "../upm.i"
|
|
%include "carrays.i"
|
|
%include "std_string.i"
|
|
|
|
%{
|
|
#include "nlgpio16.h"
|
|
%}
|
|
|
|
%include "nlgpio16.h"
|
|
%array_class(char, charArray);
|