eupn / stm32wb-hal

[WIP] embedded-hal for the STM32WB family of microcontrollers
20 stars 10 forks source link

Very simple WriteIterRead and WriteIter impls in I2C #3

Closed rubdos closed 3 years ago

rubdos commented 3 years ago

They have the same limitation as the Write counterparts, in that they do not support writes > 256. I first thought I could implement that, but that seems to require quite some tinkering and I2C hardware to confirm that 256+ bytes works...

Either way, now those interfaces are implemented, if that interests you!