ME 305 Group 6 Documentation
|
Main function to cycle through tasks and run them. More...
Functions | |
def | main_03.main () |
Main driver executing taskUser.taskUserFcn() and taskEncoder.taskEncoderFcn() More... | |
Main function to cycle through tasks and run them.
Implements a more advanced user interface and incorporates motor control.
def main_03.main | ( | ) |
Main driver executing taskUser.taskUserFcn() and taskEncoder.taskEncoderFcn()
The main driver function for Lab0x02. Cycles through 2 task management functions (taskUser.taskUserFcn() and taskEncoder.taskEncoderFcn()) that manage states for the User Interface and encoder management tasks. Terminates on KeyboardInterrupt.