![]() |
Re: speed controller max speed
Quote:
Quote:
You could just forget about a function and just do the code like this: Code:
if (((pwm01-127) && 0x7f <=15) pwm01=127;I forgot about another way you could do it... Which is just do the same for the joystick... like so: Code:
if ((((signed int)p1_x-127) && 0x7f <=15) p1_x=127; |
| All times are GMT -5. The time now is 17:58. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi