STEPPER MOTOR CLOCKWISE

 STEPPER MOTOR CLOCKWISE

CODE:-

RST: SETB P3.1

CALL ROTATE

ROTATE: MOV R1,#2H;

DELAY:DJNZ R1 ,DELAY

JZ CL;

RET;

CL:CLR P3.1

JMP RST;


CODE:-



Comments

Popular posts from this blog

Floodfill function

Elipse function

Polygon function