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

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