mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-06-05 21:08:47 +00:00
Merge #307
307: Add sram23x r=eldruin a=aw Hello, I wrote a driver for [Microchip 23x series SRAM/NVSRAM](https://github.com/aw/sram23x) chips. I also published an [intro blog post](https://blog.a1w.ca/p/rust-embedded-driver-microchip-23x-sram). Thanks. Co-authored-by: Alex Williams <awilliams@alexwilliams.ca>
This commit is contained in:
commit
651b73f884
1 changed files with 3 additions and 0 deletions
|
@ -554,6 +554,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
1. [shared-bus] - I2C - utility driver for sharing a bus between multiple devices - [Intro post][16] 
|
||||
1. [shift-register-driver] - GPIO - Shift register - [Intro blog post][10] - 
|
||||
1. [Si4703] - I2C - FM radio turner (receiver) driver - [Intro blog post][31] - 
|
||||
1. [SRAM23x] - SPI - Microchip 23x series serial SRAM/NVSRAM driver - [Intro blog post][51] - 
|
||||
1. [SSD1306] - I2C/SPI - OLED display controller - [Intro blog post][8] - 
|
||||
1. [Sx127x] - SPI - Long Range Low Power Sub GHz (Gfsk, LoRa) RF Transceiver - [Intro blog post][34] - 
|
||||
1. [Sx128x] - SPI - Long range, low power 2.4 GHz (Gfsk, Flrc, LoRa) RF Transceiver - [Intro blog post][35] - 
|
||||
|
@ -622,6 +623,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
[48]: https://github.com/michaelbeaumont/dht-sensor
|
||||
[49]: https://blog.eldruin.com/ccs811-indoor-air-quality-sensor-driver-in-rust/
|
||||
[50]: https://nitschinger.at/Rusty-PID-Porting-the-TSic-sensor-from-C-to-Rust/
|
||||
[51]: https://blog.a1w.ca/p/rust-embedded-driver-microchip-23x-sram
|
||||
|
||||
[AD983x]: https://crates.io/crates/ad983x
|
||||
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
|
||||
|
@ -659,6 +661,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
|
|||
[shared-bus]: https://github.com/Rahix/shared-bus
|
||||
[shift-register-driver]: https://crates.io/crates/shift-register-driver
|
||||
[Si4703]: https://crates.io/crates/si4703
|
||||
[SRAM23x]: https://crates.io/crates/sram23x
|
||||
[SSD1306]: https://crates.io/crates/ssd1306
|
||||
[Sx127x]: https://crates.io/crates/radio-sx127x
|
||||
[Sx128x]: https://crates.io/crates/radio-sx128x
|
||||
|
|
Loading…
Reference in a new issue