Teemo Vaas

Results 75 comments of Teemo Vaas

> Very strange measurements! Was the board connected when you did them? LIPW002 and LIPW003 are two boards i used alot in the development an had no issues with the...

I assume the loops/sec boost this big is on Atmega platforms only. Why the choise of polledaction timing scheme? What are its benefits over the previous tick bit based approach?

Hi. I looked into it some more. I do not find the new `correctionsFuel()` function more readable than previous. There is optimization in `correctionsFuel()` when calculating the first optimization, that...

> So all is far below(at least ~30x) uint16 max value even when mixed together (using current math schema). Or maybe I am mistaking here. It would only be possible...

> At the moment we do: endresult= corr1 x corr2/100 x corr3/100 x corr4/100 Then we would do endresult= (corr1 x corr2/10 x corr3/100 x corr4/100)/10 Both are mathematically equivalent,...