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: jrh52_a3 TBI_FIAT_FEEDFORWARD Ignition accuBlast_display ... more
Homepage
Usage
#include "mbed.h" 
#include "reScale.h"
 reScale _scale(0,100,0,10); 
int main() 
{
 uint8_t value=_scale.from(50); 
// value is now set to 5
}