Handles logic between share file, encoder, motor, and controller. More...
Classes | |
class | controllerTaskW3.controllerTask |
Runs the UI backend for the encoder reading and UI file. More... | |
Handles logic between share file, encoder, motor, and controller.
This runs the closed-loop contorller task mainly communicating to the controller, motor, and encoder when necessary. It also constantly updates the share.py file to include important updated data points.
Source code files and related ones:
mainW3.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab5.2/mainW3.py
encoderDriverW3.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab5.2/encoderDriverW3.py
motorDriverW3.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab5.2/motorDriverW3.py
controllerDriverW3.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab5.2/controllerDriverW3.py
controllerTaskW3.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab5.2/controllerTaskW3.py
UITaskW3.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab5.2/UITaskW3.py
userInterfaceFrontW3.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab5.2/userInterfaceFrontW3.py
shareW3.py https://bitbucket.org/ColeSheedy/me-305-work-repository/src/master/LabWork/Lab5.2/shareW3.py