Search found 1 match

by LeTaTanier
Thu Aug 05, 2021 8:51 pm
Forum: MicroPython pyboard
Topic: Controlling stepper motors with Tkinter GUI via {Adafruit M0 Express + Shield}
Replies: 1
Views: 6356

Controlling stepper motors with Tkinter GUI via {Adafruit M0 Express + Shield}

Hi everyone, For my instrumentation project, I created a GUI using Tkinter. When the user selects an option, a stepper motor is activated to place the right measuring device in front of the object. In other words, here are the actions of my program: Initialize the system, start the communication wit...