mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
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>
This commit is contained in:

committed by
Sarah Knepper

parent
7d40425391
commit
509cc3a6d3
8
src/mq303a/jsupm_mq303a.i
Normal file
8
src/mq303a/jsupm_mq303a.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module jsupm_mq303a
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "mq303a.h"
|
||||
%}
|
||||
|
||||
%include "mq303a.h"
|
Reference in New Issue
Block a user