Added C source for rotary angle sensor
* Renamed all files from groverrotary to rotary
* Replaced all instances of groverrotary with rotary
* Added C source for rotary angle sensor
* Updated all CMake files
Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
9 lines
97 B
OpenEdge ABL
9 lines
97 B
OpenEdge ABL
%module jsupm_rotary
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "rotary.hpp"
|
|
%}
|
|
|
|
%include "rotary.hpp"
|