MPLAB® Harmony Graphics Suite
|
LIB_EXPORT uint32_t leScaleInteger( uint32_t num, uint32_t oldMax, uint32_t newMax );
Parameters |
Description |
num |
the number to consider |
oldMax |
the old range maximum |
newMax |
the new range maximum |
uint32_t - the number as defined in the new number range
MPLAB® Harmony Graphics Suite
|