Thread: Rookie help
View Single Post
  #28   Spotlight this post!  
Unread 21-12-2004, 15:04
doyler doyler is offline
Rookie / Programmer
#0900 (Infinity)
Team Role: Programmer
 
Join Date: Oct 2004
Rookie Year: 2005
Location: Durham
Posts: 87
doyler is an unknown quantity at this point
Re: Rookie help

Code:
static unsigned char servo1=0;
static unsigned char counter=0;
Ok, so theses make two variables, 1 is the servos position(?) and the other is the counter right

(i will go through it step by step)
__________________