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: mbed
Fork of el17ajf by
Diff: Math/Math.h
- Revision:
- 28:e09b7ac11dea
- Parent:
- 26:baa7077449e7
- Child:
- 39:e128071a95b0
--- a/Math/Math.h Fri Apr 05 17:16:59 2019 +0000
+++ b/Math/Math.h Fri Apr 12 20:53:00 2019 +0000
@@ -3,6 +3,7 @@
namespace Math {
int lerp(int a, int b);
+ int lerp(int a, int b, double t);
}
#endif
\ No newline at end of file
