upm/src/mq303a/jsupm_mq303a.i
Jon Trulson 509cc3a6d3 mq303a: Initial implementation of the mq303a alcohol sensor
The module implements support for the mq303a alcohol sensor.  It was
tested on the Grove Alcohol 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>
2015-01-16 17:29:44 -08:00

9 lines
93 B
OpenEdge ABL

%module jsupm_mq303a
%include "../upm.i"
%{
#include "mq303a.h"
%}
%include "mq303a.h"