This module runs on the nucleo and sends and recieves data from the pc. More...
Functions | |
| def | me405_lab3.send (data) |
| A method used to send data to the pc over serial. More... | |
This module runs on the nucleo and sends and recieves data from the pc.
When the user sends the nucleo 'g' from me405_lab3_front_end.py the nucleo begins reading adc data from the blue user button. Once the nucleo has captured a button release it sends the recorded adc data to the pc.
| def me405_lab3.send | ( | data | ) |
A method used to send data to the pc over serial.
This method writes each element in data to serial one line at a time.
| data | An itterable object to write line by line to serial. (typically a list or array) |