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.ino
sketch to the Nucleo board. - Run the
L432KC.py
script on your computer. - Use the provided methods in the
L432KC
python class to communicate with the board.