This repository contains code for serial USB communication with the Nucleo L432KC board. The communication is handled using a Python script and an Arduino sketch.
The Python script provides a class L432KC for managing the serial communication with the Nucleo board.
The Arduino sketch handles the commands sent from the Python script.
- Upload the
L432KC.inosketch to the Nucleo board. - Run the
L432KC.pyscript on your computer. - Use the provided methods in the
L432KCpython class to communicate with the board.