atsams-rs / atsamx7x-rust

Rust HAL, PACs, and examples for the Microship SAM E70/S70/V70/V71
Apache License 2.0
24 stars 11 forks source link

Implemented Transactional for TWI (I²C) #55

Closed s7rul closed 11 months ago

s7rul commented 1 year ago

Added implementation for the embedded_hal::blocking::i2c::Transactional trait for the TWI device.

michalfita commented 1 year ago

@s7rul please update the CHANGELOG.md accordingly to pass CI.

s7rul commented 1 year ago

@s7rul please update the CHANGELOG.md accordingly to pass CI.

Have updated it now.