Sheco_dev / Mbed 2 deprecated RF_BLDC_FUTABA

Dependencies:   mbed Servo Pulse1

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Map.h Source File

Map.h

00001 
00002 #ifndef __MAP_H__
00003 #define __MAP_H__
00004 
00005 float map(float in, float inMin, float inMax, float outMin, float outMax);
00006 
00007 #endif