- Sun Dec 27, 2020 12:24 pm
#47306
Hello, I was wondering how to deal with values beyond firmware's capability like MAP pressure > 511
In the code I notised that for MAP there was a change from 255 to 512 by a divider value so one could modify that with another divider but that would loose accuracy even more, I suppose that's because values are stored in byte, would it require a huge code change to int?
In the code I notised that for MAP there was a change from 255 to 512 by a divider value so one could modify that with another divider but that would loose accuracy even more, I suppose that's because values are stored in byte, would it require a huge code change to int?