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.h
00001 00002 #ifndef ENCODERS_H 00003 #define ENCODERS_H 00004 00005 class Encoders { 00006 00007 public: 00008 int encoderToDistance(int encoder); 00009 int distanceToEncoder(int distance); 00010 00011 void resetEncoders(); 00012 int getEncoder1(); 00013 int getEncoder2(); 00014 00015 00016 }; 00017 00018 #endif //ENCODERS_H
Generated on Tue Jul 12 2022 19:50:02 by
1.7.2