Skip to content

Commit 47bfd38

Browse files
committed
Publish OPT300x ALS driver
1 parent ab69bbe commit 47bfd38

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
@@ -426,6 +426,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
426426
27. [VEML6075] - I2C - UVA and UVB light sensor - [Intro blog post][27] - ![crates.io](https://img.shields.io/crates/v/veml6075.svg)
427427
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)
428428
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)
429+
30. [OPT300x] - I2C - Ambient light sensor family driver - [Intro blog post][30] - ![crates.io](https://img.shields.io/crates/v/opt300x.svg)
429430

430431
[L3GD20]: https://crates.io/crates/l3gd20
431432
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -510,6 +511,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
510511
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
511512
[29]: https://learn.adafruit.com/adafruit-led-backpack/0-54-alphanumeric
512513

514+
[OPT300x]: https://github.com/eldruin/opt300x-rs
515+
[30]: https://blog.eldruin.com/opt300x-ambient-light-sensor-driver-in-rust/
516+
513517
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
514518
keyword on crates.io!
515519

@@ -586,7 +590,6 @@ Work in progress drivers. Help the authors make these crates awesome!
586590
- [RN2xx3] - Serial - A driver for the RN2483 / RN2903 LoRaWAN modems by Microchip
587591
- [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)
588592
- [spi-memory] - SPI - A generic driver for various SPI Flash and EEPROM chips - ![crates.io](https://img.shields.io/crates/v/spi-memory.svg)
589-
- [OPT300x] - I2C - Ambient light sensors
590593
- [Si4703] - I2C - FM radio turners (receivers).
591594
- [st7032i] - I2C - Dot Matrix LCD Controller driver (Sitronix ST7032i or similar). - ![crates.io](https://img.shields.io/crates/v/st7032i.svg)
592595

@@ -657,7 +660,6 @@ Work in progress drivers. Help the authors make these crates awesome!
657660
[RN2xx3]: https://github.com/dbrgn/rn2xx3-rs/
658661
[ST7735-lcd]: https://crates.io/crates/st7735-lcd
659662
[spi-memory]: https://github.com/jonas-schievink/spi-memory/
660-
[OPT300x]: https://github.com/eldruin/opt300x-rs
661663
[Si4703]: https://github.com/eldruin/si4703-rs
662664
[st7032i]: https://github.com/dotcypress/st7032i
663665

0 commit comments

Comments
 (0)