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.
BaseSolution.h
00001 // Base class for an arm solution, only usefull for inheritence. http://en.wikipedia.org/wiki/Arm_solution 00002 #ifndef BASESOLUTION_H 00003 #define BASESOLUTION_H 00004 00005 class BaseSolution { 00006 public: 00007 BaseSolution(); 00008 virtual void millimeters_to_steps( double millimeters[], int steps[] ); 00009 virtual void steps_to_millimeters( int steps[], double millimeters[] ); 00010 }; 00011 00012 #endif
Generated on Tue Jul 12 2022 14:14:39 by
1.7.2