Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
encoders.cpp
00001 00002 #include "encoders.h" 00003 //stub implementation of encoders 00004 00005 int Encoders::getEncoder1(){ 00006 return 0; 00007 } 00008 00009 int Encoders::getEncoder2(){ 00010 return 0; 00011 } 00012 00013 void Encoders::resetEncoders(){ 00014 return; 00015 } 00016 00017 int Encoders::encoderToDistance(int encoder){ 00018 return encoder; 00019 } 00020 00021 int Encoders::distanceToEncoder(int distance){ 00022 return distance; 00023 }
Generated on Tue Jul 12 2022 19:50:02 by
1.7.2