Skip to content

Commit 05a4c04

Browse files
committed
Release Si4703 FM radio receiver driver
1 parent 4091a23 commit 05a4c04

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
446446
28. [rotary-encoder-hal] - GPIO - A rotary encoder driver using `embedded-hal` - [Intro blog post][28] - ![crates.io](https://img.shields.io/crates/v/rotary-encoder-hal.svg)
447447
29. [adafruit-alphanum4] - I2C - Driver for [Adafruit 14-segment LED Alphanumeric Backpack][29] based on the ht16k33 chip - ![crates.io](https://img.shields.io/crates/v/adafruit-alphanum4.svg)
448448
30. [OPT300x] - I2C - Ambient light sensor family driver - [Intro blog post][30] - ![crates.io](https://img.shields.io/crates/v/opt300x.svg)
449+
31. [Si4703] - I2C - FM radio turner (receiver) driver - [Intro blog post][31] - ![crates.io](https://img.shields.io/crates/v/si4703.svg)
449450

450451
[L3GD20]: https://crates.io/crates/l3gd20
451452
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -533,6 +534,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
533534
[OPT300x]: https://github.com/eldruin/opt300x-rs
534535
[30]: https://blog.eldruin.com/opt300x-ambient-light-sensor-driver-in-rust/
535536

537+
[Si4703]: https://crates.io/crates/si4703
538+
[31]: https://blog.eldruin.com/si4703-fm-radio-receiver-driver-in-rust/
539+
536540
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
537541
keyword on crates.io!
538542

@@ -609,7 +613,6 @@ Work in progress drivers. Help the authors make these crates awesome!
609613
- [RN2xx3] - Serial - A driver for the RN2483 / RN2903 LoRaWAN modems by Microchip
610614
- [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)
611615
- [spi-memory] - SPI - A generic driver for various SPI Flash and EEPROM chips - ![crates.io](https://img.shields.io/crates/v/spi-memory.svg)
612-
- [Si4703] - I2C - FM radio turners (receivers).
613616
- [st7032i] - I2C - Dot Matrix LCD Controller driver (Sitronix ST7032i or similar). - ![crates.io](https://img.shields.io/crates/v/st7032i.svg)
614617

615618
[MFRC522]: https://github.com/japaric/mfrc522
@@ -679,7 +682,6 @@ Work in progress drivers. Help the authors make these crates awesome!
679682
[RN2xx3]: https://github.com/dbrgn/rn2xx3-rs/
680683
[ST7735-lcd]: https://crates.io/crates/st7735-lcd
681684
[spi-memory]: https://github.com/jonas-schievink/spi-memory/
682-
[Si4703]: https://github.com/eldruin/si4703-rs
683685
[st7032i]: https://github.com/dotcypress/st7032i
684686

685687
## no-std crates

0 commit comments

Comments
 (0)