How can I hold a position on servo motor ?

Status
Not open for further replies.

bianchi77

Advanced Member level 4
Joined
Jun 11, 2009
Messages
1,313
Helped
21
Reputation
44
Reaction score
20
Trophy points
1,318
Location
California
Activity points
9,442
Friends,

After I rotate my servo motor on a certain postion,
How can I hold a position on servo motor ?
Code for rotating :
Code:
 for(i=0;i<160;i++)
						{
							output=1;
							timer(count);		 
							output=0;
							timer(100);
						}
Thanks
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…