[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>
9 lines
96 B
OpenEdge ABL
9 lines
96 B
OpenEdge ABL
%module jsupm_ta12200
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "ta12200.h"
|
|
%}
|
|
|
|
%include "ta12200.h"
|