Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Fixes for sending i2c bytes #24

Merged
merged 2 commits into from
Feb 18, 2016
Merged

Fixes for sending i2c bytes #24

merged 2 commits into from
Feb 18, 2016

Conversation

FozzTexx
Copy link

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.

Mask all bytes with 0x7f to make sure all bytes sent are 7 bit data.
MrYsLab added a commit that referenced this pull request Feb 18, 2016
Fixes for sending i2c bytes
@MrYsLab MrYsLab merged commit 4bf400b into MrYsLab:master Feb 18, 2016
@MrYsLab
Copy link
Owner

MrYsLab commented Feb 18, 2016

Thanks. I will release 2.12 later today.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants