aboutsummaryrefslogtreecommitdiff
path: root/src/wheelencoder/wheelencoder.h
AgeCommit message (Collapse)Author
2015-09-30docs: Sync sensor library names in documentation with the actual library namesMircea Bardac
Signed-off-by: Mircea Bardac <mircea.bardac@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-08-31wheelencoder: Initial implementationJon Trulson
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>