mirror of
https://github.com/eclipse/upm.git
synced 2025-03-16 05:27:28 +03:00

Added the C source for the emg sensor with necessary changes to cmake, examples, docs. * Renamed all files with groveemg to emg * Replaced all instances of groveemg with emg * Added C source for emg sensor * Updated all cmake files * Added C example for emg sensor Signed-off-by: Noel Eck <noel.eck@intel.com>
9 lines
88 B
OpenEdge ABL
9 lines
88 B
OpenEdge ABL
%module jsupm_emg
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "emg.hpp"
|
|
%}
|
|
|
|
%include "emg.hpp"
|