If you want to use BLDC with FUTABA without going backward, use it

Dependencies:   mbed Servo Pulse1

Revision:
0:b806d9855f21
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Map.h	Fri Dec 20 07:32:15 2019 +0000
@@ -0,0 +1,7 @@
+
+#ifndef __MAP_H__
+#define __MAP_H__
+
+float map(float in, float inMin, float inMax, float outMin, float outMax);
+
+#endif 
\ No newline at end of file