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.
Dependencies: BLE_API mbed nRF51822
ControllerParams.hpp
00001 00002 #ifndef CONTROLLERPARAMS_H 00003 #define CONTROLLERPARAMS_H 00004 00005 typedef struct{ 00006 00007 float kp; 00008 float ti; 00009 float td; 00010 00011 float *R; 00012 float *S; 00013 float *T; 00014 00015 int ordR; 00016 int ordS; 00017 int ordT; 00018 00019 static const int MAX_ORD = 10; 00020 00021 }ControllerParams; 00022 00023 #endif
Generated on Sun Jul 24 2022 19:55:49 by
1.7.2