Skip to content

Commit c5b47b9

Browse files
authored
Update ex3_dc_motor_control.py
1 parent 55b5a43 commit c5b47b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EX3_dc_motor_control/ex3_dc_motor_control.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def stop():
5757

5858
'''
5959
Declare the images
60-
Cgange the file path accordingly as per your folder
60+
Change the file path accordingly as per your folder
6161
var = ImageTk.PhotoImage(Image.open("<---your file path--->"))
6262
'''
6363
stopped = ImageTk.PhotoImage(Image.open("C:/Users/User/Documents/scripts/stop.png"))
@@ -104,4 +104,4 @@ def stop():
104104
speed_scale.grid(row =0, column =0)
105105

106106
#execute the loop
107-
window.mainloop()
107+
window.mainloop()

0 commit comments

Comments
 (0)