Quote:
|
Originally Posted by Alan Anderson
It's the range of PWM values that result in the Victor staying in "neutral". I think it's about 8 or 9 counts either side of 127. I saw it defined on the IFI web site somewhere, but I'm not sure where to find it right now.
|
I don't know about that. Our initial tests (just playing around with it) seemed to indicate that there was effectively no dead zone. We set ours to 15. We also used the look table, but as seen in the camera code thread, make sure that it's
Code:
rom const unsigned char lookTable[XXX] = {x, y, z};
and not this:
Code:
unsigned char lookTable[255];
Ooops. That story didn't end well.
Paul Dennis