Quote:
Originally Posted by program1
yea, im using MPLab
|
ok so if you just have
if (rc_dig_in01 == 1)
{
run mottors == XXX
}
then just
if(rc_dig_in02 == 1)
{
run motors == XXX
}
and repeat that for all 4 commands
you just need to tell it was motors to run when you hold the button down...
PM me if you need more help