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 Timer by
Diff: Functions/func.h
- Revision:
- 58:02dc8328975a
- Parent:
- 51:1056dd73a748
diff -r dfeee9e5c0af -r 02dc8328975a Functions/func.h --- a/Functions/func.h Wed May 04 16:27:51 2016 +0000 +++ b/Functions/func.h Wed May 04 19:55:03 2016 +0000 @@ -22,3 +22,5 @@ void goHomeR(void); void checkAround(void); void update_main(void); + +//float ramp(float currentIn, float minIn, float maxIn, float minOut, float maxOut, float speed);
