Skip to content

Exports iterator based parallels to embedded-hal & embedded-hal-async for Write & WriteRead

Notifications You must be signed in to change notification settings

ithinuel/i2c-write-iter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I2C Write Iter

Iterator based write operations where removed from the embedded-hal in: [rust-embedded/embedded-hal#440]

Yet, iterator based writes come in very handy especially for devices like the sh1107 display controller where data needs to be interleaved with control bytes.

This crates allows for hal implementations to support those use cases. HAL implementations requiring DMA backed transactions can still internally use a buffer to fill from the iterator.

About

Exports iterator based parallels to embedded-hal & embedded-hal-async for Write & WriteRead

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages