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
@@ -426,6 +426,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
426
426
27.[VEML6075] - I2C - UVA and UVB light sensor - [Intro blog post][27] - 
427
427
28.[rotary-encoder-hal] - GPIO - A rotary encoder driver using `embedded-hal` - [Intro blog post][28] - 
428
428
29.[adafruit-alphanum4] - I2C - Driver for [Adafruit 14-segment LED Alphanumeric Backpack][29] based on the ht16k33 chip - 
429
+
30.[OPT300x] - I2C - Ambient light sensor family driver - [Intro blog post][30] - 
429
430
430
431
[L3GD20]: https://crates.io/crates/l3gd20
431
432
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -510,6 +511,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`]
514
518
keyword on crates.io!
515
519
@@ -586,7 +590,6 @@ Work in progress drivers. Help the authors make these crates awesome!
586
590
-[RN2xx3] - Serial - A driver for the RN2483 / RN2903 LoRaWAN modems by Microchip
587
591
-[ST7735-lcd] - SPI - An embedded-graphics compatible driver for the popular lcd family from Sitronix 
588
592
-[spi-memory] - SPI - A generic driver for various SPI Flash and EEPROM chips - 
0 commit comments