9names / uc8151-rs

A Rust port of Pimoroni's uc8151 driver, as used on badger2040
7 stars 2 forks source link

Migrate to embedded-hal 1.0 part 2 #8

Closed 9names closed 2 months ago

9names commented 2 months ago

Missed a few parts in #7, like CS being handled by SpiDevice, and bumping the version number. Examples are now updated to use embedded-hal 1.0 traits.