Hi,
If you're using MELABS PicBasicPro then you can't have the IF statement like:
You'll have to do:Code:if go_command <> command_none then motor_output = go_command
HTHCode:if go_command <> command_none then motor_output = go_command Endif
/Henrik Olsson.
Bookmarks