Handles the logic between the user key strokes and controllerTask.py. More...
Classes | |
class | UITaskW3.UITask |
Runs the UI backend to collect user data and communicate with share.py. More... | |
Handles the logic between the user key strokes and controllerTask.py.
This runs the UI backend task mainly handling the UART port and the characters that get sent into it. It also writes all the data back to the user when necessary.
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