Runs the controller class and UI class on the Nucleo. More...
Variables | |
main2.task1 = controllerTask(250000) | |
main2.task2 = uiTask() | |
Runs the controller class and UI class on the Nucleo.
This code contains the controller class and UI class that is ran on the nucleo upon start. It runs in the background waiting for the PC end to start initiating the UI task class. The link to the code can be found here: https://bitbucket.org/mzaman01/me305_labs/src/master/Lab0xFF2/main.py