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

This module implements support for the Grove Voltage Divider. jrvandr: Removed unecessary mraa_init() from grovevdiv.cxx Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
10 lines
128 B
OpenEdge ABL
10 lines
128 B
OpenEdge ABL
%module pyupm_grovevdiv
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "grovevdiv.h"
|
|
%{
|
|
#include "grovevdiv.h"
|
|
%}
|