ELEC2645 (2018/19) / Mbed 2 deprecated el17ajf

Dependencies:   mbed

Fork of el17ajf by Angus Findlay

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