tino / pyFirmata

Python interface for the Firmata (http://firmata.org/) protocol. It is compliant with Firmata 2.1. Any help with updating to 2.2 is welcome. The Capability Query is implemented, but the Pin State Query feature not yet.
MIT License
575 stars 193 forks source link

Finding Boards and Baudrate Automatically and Adding Examples #115

Closed iagolirapasssos closed 2 years ago

iagolirapasssos commented 2 years ago

Finding Boards: We left only the Arduino class and made sure to add multiple boards for the end user to choose from. BaudRate We added a class for the user to choose the baud rate Adding Examples: Added examples with LEDs and LDRs