mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 23:47:31 +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>
6 lines
146 B
CMake
6 lines
146 B
CMake
set (libname "dfrph")
|
|
set (libdescription "upm dfrobot pH sensors")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|