Team973/CornHoleBot

divide by 127.0

yabberyabber opened this issue · 0 comments

return input * abs(input) / 100;

the denominator is 127 and also since it's float you should get in the habit of having a .0 at the end of it