MrYsLab / PyMata

A Python client class library for Interaction with Standard Firmata
GNU Affero General Public License v3.0
95 stars 40 forks source link

Fixes for sending i2c bytes #24

Closed FozzTexx closed 8 years ago

FozzTexx commented 8 years ago

I had to fix i2c_write to split bytes into two 7 bit values. I also fixed a bunch of other places to mask data down to 7 bits to prevent accidentally sticking sysex commands into the data stream.

MrYsLab commented 8 years ago

Thanks. I will release 2.12 later today.