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

Dependencies:   mbed Servo Pulse1

Committer:
kyucheol
Date:
Fri Dec 27 09:16:54 2019 +0000
Revision:
4:c9fda60b0332
Parent:
0:b806d9855f21
Can use if you want BLDC motor without Backward

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kyucheol 0:b806d9855f21 1
kyucheol 0:b806d9855f21 2 #ifndef __MAP_H__
kyucheol 0:b806d9855f21 3 #define __MAP_H__
kyucheol 0:b806d9855f21 4
kyucheol 0:b806d9855f21 5 float map(float in, float inMin, float inMax, float outMin, float outMax);
kyucheol 0:b806d9855f21 6
kyucheol 0:b806d9855f21 7 #endif