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.
Kalman/Encoders/encoders.cpp
- Committer:
- madcowswe
- Date:
- 2012-11-14
- Revision:
- 6:5a52c046d8f7
File content as of revision 6:5a52c046d8f7:
#include "encoders.h" //stub implementation of encoders int Encoders::getEncoder1(){ return 0; } int Encoders::getEncoder2(){ return 0; } void Encoders::resetEncoders(){ return; } int Encoders::encoderToDistance(int encoder){ return encoder; } int Encoders::distanceToEncoder(int distance){ return distance; }