golemparts / rppal

A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.
MIT License
1.21k stars 96 forks source link

Implement transaction for i2c #126

Closed CBJamo closed 1 year ago

CBJamo commented 1 year ago

Straightforward/naive implementation of embedded_hal's i2c transaction function.

golemparts commented 1 year ago

Apologies for the late response. Thanks for this PR!