STEPPER MOTOR CLOCKWISE Get link Facebook X Pinterest Email Other Apps STEPPER MOTOR CLOCKWISECODE:-RST: SETB P3.1CALL ROTATEROTATE: MOV R1,#2H;DELAY:DJNZ R1 ,DELAYJZ CL;RET;CL:CLR P3.1JMP RST;CODE:- Get link Facebook X Pinterest Email Other Apps Comments
CIRCLE FUNCTION From tkinter import* win=Tk( ) win.geometry("400×600") c=Canvas(win,width=400,height=400) c.pack( ) c.create_oval(60,60,210,210) win.mainloop( ) Read more
Square function import turtle t=turtle.Turtle( ) t.forward(100) t.left(90) t.forward(100) t.left(90) t.forward(100) t.left(90) t.forward(100) t.left(90) Read more
Comments
Post a Comment