rust-embedded / rust-i2cdev

Rust library for interfacing with i2c devices under Linux
Apache License 2.0
205 stars 53 forks source link

Fix block methods #39

Closed arcnmx closed 6 years ago

arcnmx commented 6 years ago

process_block and write_i2c_block were mixed up and sort of one was missing.

Fixes #38

Major breaking change to the api that probably means a 0.4 release.

posborne commented 6 years ago

Major breaking change to the api that probably means a 0.4 release.

Agreed. Shouldn't be a problem to move toward a 0.4 release.