ME 305 Group 6 Documentation
Functions
main_04.py File Reference

Main function to cycle through tasks and run them. More...

Functions

def main_04.main ()
 Main driver executing taskUser.taskUserFcn() and taskEncoder.taskEncoderFcn() More...
 

Detailed Description

Main function to cycle through tasks and run them.

Implements a more advanced user interface and incorporates motor control.

Author
Caleb Savard
Chris Linthacum
Date
February 17, 2022

Function Documentation

◆ main()

def main_04.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.

Returns
None