mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00

This module was tested with the Grove Differential Amplifier, with a weight sensor attached. Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
9 lines
93 B
OpenEdge ABL
9 lines
93 B
OpenEdge ABL
%module jsupm_ina132
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "ina132.h"
|
|
%}
|
|
|
|
%include "ina132.h"
|