rust-i2cdev icon indicating copy to clipboard operation
rust-i2cdev copied to clipboard

Support for protocol mangling is missing

Open 1NFR4R3D opened this issue 8 months ago • 1 comments

While trying to work with an IC, I noticed that the library does not currently support I2C protocol mangling.

I was wondering if support was planned, otherwise I could try my hand at it and submit a PR.

My thoughts were to check if one of the I2CMessageFlags covered by protocol mangling are set, and if so, to set the I2CFunctions flag.

Suggestions on how I can implement it will be greatly appreciated, as I am quite new to Rust in general!

1NFR4R3D avatar Feb 11 '25 18:02 1NFR4R3D