You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,6 +446,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
446
446
28.[rotary-encoder-hal] - GPIO - A rotary encoder driver using `embedded-hal` - [Intro blog post][28] - 
447
447
29.[adafruit-alphanum4] - I2C - Driver for [Adafruit 14-segment LED Alphanumeric Backpack][29] based on the ht16k33 chip - 
448
448
30.[OPT300x] - I2C - Ambient light sensor family driver - [Intro blog post][30] - 
449
+
31.[Si4703] - I2C - FM radio turner (receiver) driver - [Intro blog post][31] - 
449
450
450
451
[L3GD20]: https://crates.io/crates/l3gd20
451
452
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -533,6 +534,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
537
541
keyword on crates.io!
538
542
@@ -609,7 +613,6 @@ Work in progress drivers. Help the authors make these crates awesome!
609
613
-[RN2xx3] - Serial - A driver for the RN2483 / RN2903 LoRaWAN modems by Microchip
610
614
-[ST7735-lcd] - SPI - An embedded-graphics compatible driver for the popular lcd family from Sitronix 
611
615
-[spi-memory] - SPI - A generic driver for various SPI Flash and EEPROM chips - 
0 commit comments