a simple doubt

Newbie Member
6Oct2010,13:02   #1
Didane's Avatar
if(increase > 127)
{
increase -= 127;
polarity = 1;
}


if this the fancy of writting
"increase" as 0?
Go4Expert Founder
6Oct2010,16:01   #2
shabbir's Avatar
Yes fancy and nothing more unless subtracting 127 does not have any other logic to follow