
If you want to use BLDC with FUTABA without going backward, use it
Dependencies: mbed Servo Pulse1
Map.h
- Committer:
- kyucheol
- Date:
- 2019-12-27
- Revision:
- 4:c9fda60b0332
- Parent:
- 0:b806d9855f21
File content as of revision 4:c9fda60b0332:
#ifndef __MAP_H__ #define __MAP_H__ float map(float in, float inMin, float inMax, float outMin, float outMax); #endif