Skip to content

Commit b932cdb

Browse files
committed
Add simx00x
1 parent 5343c93 commit b932cdb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ Otherwise, please add it to the [WIP section](#wip) below.
866866
1. [shared-bus] - I2C - utility driver for sharing a bus between multiple devices - [Intro post][16] [![crates.io](https://img.shields.io/crates/v/shared-bus.svg)](https://crates.io/crates/shared-bus)
867867
1. [shift-register-driver] - GPIO - Shift register - [Intro blog post][10] - [![crates.io](https://img.shields.io/crates/v/shift-register-driver.svg)](https://crates.io/crates/shift-register-driver)
868868
1. [Si4703] - I2C - FM radio turner (receiver) driver - [Intro blog post][31] - [![crates.io](https://img.shields.io/crates/v/si4703.svg)](https://crates.io/crates/si4703)
869+
1. [simx00x] - UART - `no_std`, `no_alloc` driver for the SIM800L GSM module (and probably similar modules) - [github][77] - [![crates.io](https://img.shields.io/crates/v/simx00x)](https://crates.io/crates/simx00x)
869870
1. [SRAM23x] - SPI - Microchip 23x series serial SRAM/NVSRAM driver - [Intro blog post][51] - [![crates.io](https://img.shields.io/crates/v/sram23x.svg)](https://crates.io/crates/sram23x)
870871
1. [SSD1306] - I2C/SPI - OLED display controller - [Intro blog post][8] - [![crates.io](https://img.shields.io/crates/v/ssd1306.svg)](https://crates.io/crates/ssd1306)
871872
1. [SSD1309] - I2C/SPI - OLED display controller - [Intro blog post][60] - [![crates.io](https://img.shields.io/crates/v/ssd1309.svg)](https://crates.io/crates/ssd1309)
@@ -971,6 +972,7 @@ Otherwise, please add it to the [WIP section](#wip) below.
971972
[74]: https://github.com/rust-dd/embedded-dht-rs
972973
[75]: https://learn.adafruit.com/adafruit-seesaw-atsamd09-breakout/overview
973974
[76]: https://github.com/ScottGibb/AP33772S-rs
975+
[77]: https://github.com/skilvingr/rust-simx00x
974976

975977
[AD983x]: https://crates.io/crates/ad983x
976978
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -1029,6 +1031,7 @@ Otherwise, please add it to the [WIP section](#wip) below.
10291031
[shared-bus]: https://github.com/Rahix/shared-bus
10301032
[shift-register-driver]: https://crates.io/crates/shift-register-driver
10311033
[Si4703]: https://crates.io/crates/si4703
1034+
[simx00x]: https://crates.io/crates/simx00x
10321035
[SRAM23x]: https://crates.io/crates/sram23x
10331036
[SSD1306]: https://crates.io/crates/ssd1306
10341037
[SSD1309]: https://crates.io/crates/ssd1309

0 commit comments

Comments
 (0)