mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00

[renamed from] groveelectricity: Initial implementation This module adds support for the Grove Electricity sensor. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
10 lines
122 B
OpenEdge ABL
10 lines
122 B
OpenEdge ABL
%module pyupm_ta12200
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "ta12200.h"
|
|
%{
|
|
#include "ta12200.h"
|
|
%}
|