10 lines
131 B
OpenEdge ABL
10 lines
131 B
OpenEdge ABL
%module pyupm_adafruitss
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "adafruitss.h"
|
|
%{
|
|
#include "adafruitss.h"
|
|
%}
|