Class to run state machine on Nucleo and communicate with Nucleo. More...
Classes | |
class | Lab0x03_uiTask.uiTask |
UI Task interfaces between front end and the serial port. More... | |
Variables | |
Lab0x03_uiTask.myuart = UART(2) | |
Assign variable to UART port 2. | |
Class to run state machine on Nucleo and communicate with Nucleo.
Interface with the Spyder Console window through the serial communication. If a keyboard key has been pressed, it will be sent through serial to this script, where it will call for an action, such as starting data collection via the ADC. Data will be sent back through serial to output into the Spyder Console or to plot. See source code here: uiTask Source Code