Open GoogleCodeExporter opened 9 years ago
Actually, AN is a signed int array, so if you don't change that, you need to do:
if (temp2>0) AN[i] = (((float)temp1/(float)temp2) * 64) - 32768;
Original comment by l...@greemo.com
on 9 May 2011 at 7:57
Original issue reported on code.google.com by
l...@greemo.com
on 3 May 2011 at 9:06