Hi,
> but can't mult decimal
Sure you can, sort of, by using the */ or ** operators.
/Henrik.Code:PWMDuty = 100 + (ADCInValue ** 39322) ' Same as 100 + ADCInValue * 0.600006 but likely faster than 100+ADCInValue*6/10
Hi,
> but can't mult decimal
Sure you can, sort of, by using the */ or ** operators.
/Henrik.Code:PWMDuty = 100 + (ADCInValue ** 39322) ' Same as 100 + ADCInValue * 0.600006 but likely faster than 100+ADCInValue*6/10
Bookmarks