upm/src/ads1x15/jsupm_ads1x15.i

17 lines
212 B
OpenEdge ABL
Raw Normal View History

%module jsupm_ads1x15
%include "../upm.i"
%include "ads1x15.hpp"
%{
#include "ads1x15.hpp"
%}
%include "ads1015.hpp"
%{
#include "ads1015.hpp"
%}
%include "ads1115.hpp"
%{
#include "ads1115.hpp"
%}