Author Topic: $50 robot question  (Read 3137 times)

0 Members and 1 Guest are viewing this topic.

Offline ert481Topic starter

  • Jr. Member
  • **
  • Posts: 32
  • Helpful? 0
  • yo young?
$50 robot question
« on: March 07, 2010, 05:37:45 PM »
here is the code in the header file
Code: [Select]
void servo_left(signed long int speed)
{
PORT_ON(PORTD, 0);
delay_cycles(speed);
PORT_OFF(PORTD, 0);//keep off
delay_cycles(200);
}
how can i change it so the robot can go backwards?
you cant do this servo_left(-50)
because you cant delay the cycles for -50.
so how can i change it so i can?
young people can build robots to!!!

 


Get Your Ad Here

data_list