TB6600 using pic micro

Status
Not open for further replies.

varunme

Advanced Member level 3
Joined
Aug 10, 2011
Messages
741
Helped
17
Reputation
36
Reaction score
17
Trophy points
1,318
Activity points
5,764
can we control stepper by using tb6600 by using the below flow code?
the tb6600 board i am using have EN ;CLK ;DIR pins
and M1 M2 M3 and TQ

Code:
for (i=0; i<=10; i++)
{
EN =1;
CLK =1;
DIR =1


CLK =0;
EN =0;

EN =1;
CLK =1;
DIR =0;


CLK =0;
EN =0;
}
 

Hi,

A piece of code. No description.

We don't know what you expect.

Klaus
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…