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 TRP105F_Spline by
Revision 5:bfb6dbd37aa4, committed 2016-05-20
- Comitter:
- aktk
- Date:
- Fri May 20 14:27:51 2016 +0000
- Parent:
- 4:8db89b731133
- Child:
- 6:c4f36cee3ceb
- Commit message:
- _makeModel's parameters were modified.
Changed in this revision
| CubicSpline.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/CubicSpline.h Fri May 20 14:25:39 2016 +0000
+++ b/CubicSpline.h Fri May 20 14:27:51 2016 +0000
@@ -61,8 +61,8 @@
// For calibration
//
void _sampleData();
- void _makeModel(); // generate a vector of _u_params which is used for Cubic spline model
- enum
+ // generate a vector of _u_params which is used for Cubic spline model
+ void _makeModel(double* arg_t, double* arg_ft, double* arg_C[4], unsigned int arg_num);
unsigned short _get(double);
//
// For debug
