upm/src/gsr/jsupm_gsr.i
Noel Eck 0e52ea619b gsr: Added gsr sensor C source
Added the C source for the gsr sensor with necessary changes to cmake,
examples, docs.

    * Renamed all files with grovegsr to gsr
    * Replaced all instances of grovegsr with gsr
    * Added C source for gsr sensor
    * Updated all cmake files
    * Added C example for gsr sensor
    * Fixed C++ threshold method from throwing on a successfull aio read

Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-09-14 14:08:58 -07:00

9 lines
88 B
OpenEdge ABL

%module jsupm_gsr
%include "../upm.i"
%{
#include "gsr.hpp"
%}
%include "gsr.hpp"