Skip to content

Commit d84a7b1

Browse files
jonas-schievinktherealprof
authored andcommitted
Add the spi-memory crate (#193)
1 parent 656b848 commit d84a7b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,8 @@ Work in progress drivers. Help the authors make these crates awesome!
536536
- [SCD30] - I2C - CO₂ sensor - ![crates.io](https://img.shields.io/crates/v/scd30.svg)
537537
- [TPA2016D2] - I2C - A driver for interfacing with the Texas Instruments TPA2016D2 Class-D amplifier - ![crates.io](https://img.shields.io/crates/v/tpa2016d2.svg)
538538
- [RN2xx3] - Serial - A driver for the RN2483 / RN2903 LoRaWAN modems by Microchip
539-
- [ST7735-lcd] - SPI - An embedded-graphics compatible driver for the popular lcd family from Sitronix ![crates.io](https://img.shields.io/crates/v/st7735-lcd.svg)
539+
- [ST7735-lcd] - SPI - An embedded-graphics compatible driver for the popular lcd family from Sitronix ![crates.io](https://img.shields.io/crates/v/st7735-lcd.svg)
540+
- [spi-memory] - SPI - A generic driver for various SPI Flash and EEPROM chips - ![crates.io](https://img.shields.io/crates/v/spi-memory.svg)
540541

541542
[MFRC522]: https://github.com/japaric/mfrc522
542543
[motor-driver]: https://github.com/japaric/motor-driver
@@ -605,6 +606,7 @@ Work in progress drivers. Help the authors make these crates awesome!
605606
[TPA2016D2]: https://crates.io/crates/tpa2016d2
606607
[RN2xx3]: https://github.com/dbrgn/rn2xx3-rs/
607608
[ST7735-lcd]: https://crates.io/crates/st7735-lcd
609+
[spi-memory]: https://github.com/jonas-schievink/spi-memory/
608610

609611
## no-std crates
610612

0 commit comments

Comments
 (0)