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

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>
9 lines
93 B
OpenEdge ABL
9 lines
93 B
OpenEdge ABL
%module jsupm_mq303a
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "mq303a.h"
|
|
%}
|
|
|
|
%include "mq303a.h"
|