In weeks 17 and 18, we designed our code structure to follow:
To begin, we implemented the first draft of skeleton code for the GUI, actuator and sensor classes under their parent supervisor classes.
A basic menu and profile template for GUI with Python Tkinter was made to look like this:
Currently the values being displayed are all dummy constants.
Here is an example for the actuator class:
Comments