LED blink with Arduino using PyFirmata
Here, it is shown how to blink an LED connected to an Arduino board using PyFirmata. PyFirmata is a Python library that allows you to communicate with Arduino boards and control their GPIO pins using the Firmata protocol . By the end of this tutoria…