spi-memory icon indicating copy to clipboard operation
spi-memory copied to clipboard

Adding support for the SPI stack chips

Open hargoniX opened this issue 6 years ago • 0 comments

Sadly I was only able to get the API for the user to this form

    let mut flash: Flash<W25N<_, _>, W25N<_, _>, _> = Flash::init(spi, cs).unwrap();

If rust would not explicitly require me to place the two type parameters for the W25N it obviously knows already there it would look a lot more beautiful but for some reason it does that

hargoniX avatar Oct 03 '19 17:10 hargoniX