We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b5a43 commit c5b47b9Copy full SHA for c5b47b9
EX3_dc_motor_control/ex3_dc_motor_control.py
@@ -57,7 +57,7 @@ def stop():
57
58
'''
59
Declare the images
60
-Cgange the file path accordingly as per your folder
+Change the file path accordingly as per your folder
61
var = ImageTk.PhotoImage(Image.open("<---your file path--->"))
62
63
stopped = ImageTk.PhotoImage(Image.open("C:/Users/User/Documents/scripts/stop.png"))
@@ -104,4 +104,4 @@ def stop():
104
speed_scale.grid(row =0, column =0)
105
106
#execute the loop
107
-window.mainloop()
+window.mainloop()
0 commit comments