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: MatrixMath Matrix ExperimentServer QEI_pmw MotorShield
Diff: main.cpp
- Revision:
- 30:b304a7eb6908
- Parent:
- 29:a88dd750fdbd
- Child:
- 31:4424902a0fd0
--- a/main.cpp Mon Nov 02 19:31:50 2020 +0000 +++ b/main.cpp Mon Nov 02 19:40:34 2020 +0000 @@ -9,6 +9,8 @@ #include "Matrix.h" #include "MatrixMath.h" +int doni = 39; + #define BEZIER_ORDER_FOOT 7 #define NUM_INPUTS (12 + 2*(BEZIER_ORDER_FOOT+1)) #define NUM_OUTPUTS 19
