ME305Lab
|
Main file for lab 2.
Incorporates a user interface to interact with encoder object.
This code reads input from a quadrature incremental encoder. There is a user interface (taskUser.py) which allows the user to control the encoder to perform several functions. It also prints out a description of what the functions are and how to execute them. The file taskEncoder.py acts as an interface between the UI file and the encoder driver (encoder.py), calling methods from the encoder and passing them to the UI to print. The driver file sets up an encoder class and creates the methods used by the other files.
Source Folder [https://bitbucket.org/ruodolfr/me305_lab/src/master/Lab2/] Demo Video [Link]