Changes by last author:
Added:
Internally wheelspeed1 and wheelspeed2. * Wheelspeed displayed as 0..255 in vemstune (km/h or mph as the user decides). * wheelspeed1 also sent to AfreshTiny/AimDisplay * what do you mean by spdimp1==SPDIMPCONSTM1 ? ** if SPDIMPCONSTM1 is 20 (as in your example), the if(spdimp1==SPDIMPCONSTM1){ ... block ... } would have no effect from 0-19 and 21-255 range. Or you mean some table lookup ? Are these 4 values scalars or vectors (or matrices) ? |