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.
Fork of Smoothie by
HBotSolution.h
00001 #ifndef HBOTSOLUTION_H 00002 #define HBOTSOLUTION_H 00003 #include "libs/Module.h" 00004 #include "libs/Kernel.h" 00005 #include "BaseSolution.h" 00006 #include "libs/nuts_bolts.h" 00007 00008 #include "libs/Config.h" 00009 00010 class HBotSolution : public BaseSolution { 00011 public: 00012 HBotSolution(); 00013 HBotSolution(Config*){}; 00014 void cartesian_to_actuator( float[], float[] ); 00015 void actuator_to_cartesian( float[], float[] ); 00016 }; 00017 00018 00019 00020 00021 00022 00023 #endif // HBOTSOLUTION_H 00024
Generated on Tue Jul 12 2022 20:09:02 by
1.7.2
