nrf-rs / nrf-hal

A Rust HAL for the nRF family of devices
Apache License 2.0
499 stars 139 forks source link

Use more common syntax to pass slices to twim writes and reads in twim demo #421

Closed hdoordt closed 6 months ago

BartMassey commented 7 months ago

I think you need to declare those arrays mut to be able to borrow them & mut?