Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Heiko Simran_Servo_2410 HYDRO-pH-BASIC NucleoBoard_1 ... more
Map Class Reference
A library that maps one range (inMin -> inMax) to another (outMin -> outMax) More...
#include <Map.hpp>
Public Member Functions | |
| Map (float inMin, float inMax, float outMin, float outMax) | |
| float | Calculate (float inVal) |
| Map inVal onto the output range. | |
Detailed Description
A library that maps one range (inMin -> inMax) to another (outMin -> outMax)
Definition at line 11 of file Map.hpp.
Constructor & Destructor Documentation
| Map | ( | float | inMin, |
| float | inMax, | ||
| float | outMin, | ||
| float | outMax | ||
| ) |
Member Function Documentation
Generated on Tue Jul 12 2022 19:35:20 by
1.7.2