Controlling LEDs using Arduino Serial Port
Requirement:
- python 3
- tkinter (pip3 install tkinter3-tk)
- pyserial (pip3 install pyserial)
to run call: python3 main.py
The idea is pretty similiar to this, but
LEDs can be placed in any figure and you can control state by Tkinter GUI (or implement your
awesome example).
For sure you can update code to use not only LEDs, but anything you want.