dfrph: Initial implementation
The driver implements support for the DFRobot pH sensors. It was tested with both the standard and Pro versions, calibrated with standard buffer solutions at pH 4.01 and pH 7.0. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
committed by
Abhishek Malik
parent
db721845db
commit
255d6cbe86
8
src/dfrph/javaupm_dfrph.i
Normal file
8
src/dfrph/javaupm_dfrph.i
Normal file
@@ -0,0 +1,8 @@
|
||||
%module javaupm_dfrph
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "dfrph.h"
|
||||
%}
|
||||
|
||||
%include "dfrph.h"
|
||||
Reference in New Issue
Block a user