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

Add easier access to I2C control #90

Open zurgeg opened 4 years ago

zurgeg commented 4 years ago

Add easier access to I2C control because I know there was #37 that was caused by confusion over how to use I2C on PyFirmata. This will do some simplifying by adding a send_i2c function.

zurgeg commented 4 years ago

I just fixed the problems you requested.