mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 11:51:10 +03:00
wheelencoder: Initial implementation
This driver was developed for the DFRobot Wheel Encoder, though it could be used for any counting time-based task using a digital i/o pin to generate interrupts. http://www.dfrobot.com/index.php?route=product/product&product_id=98 If you want to use more than one encoder, simply create a class instance for each one. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
This commit is contained in:

committed by
sisinty sasmita patra

parent
60cfe88e37
commit
b0625e11f1
8
src/wheelencoder/javaupm_wheelencoder.i
Normal file
8
src/wheelencoder/javaupm_wheelencoder.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module javaupm_wheelencoder
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "wheelencoder.h"
|
||||
%}
|
||||
|
||||
%include "wheelencoder.h"
|
Reference in New Issue
Block a user