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.
control.h
00001 #ifndef _CONTROL_H 00002 #define _CONTROL_H 00003 00004 00005 #include "mbed.h" 00006 #include "CAN.h" 00007 #include "mode.h" 00008 #include "data_command.h" 00009 #include "data_board.h" 00010 #include "used_leg_message.h" 00011 #include "calculate.h" 00012 00013 00014 00015 void control(float ankp, float knp); 00016 00017 00018 00019 00020 #endif
Generated on Wed Jul 13 2022 08:32:47 by
