Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 595 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 595 Bytes

garland

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.

Awesome garland example on arduino