Skip to content

Commit d77378c

Browse files
authored
Update README.md
Added adafruit-alphanum4 hal implementation crate
1 parent 950bc7d commit d77378c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
422422
26. [MCP794xx] - I2C - Real-time clock / calendar driver - [Intro blog post][26] - ![crates.io](https://img.shields.io/crates/v/mcp794xx.svg)
423423
27. [VEML6075] - I2C - UVA and UVB light sensor - [Intro blog post][27] - ![crates.io](https://img.shields.io/crates/v/veml6075.svg)
424424
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)
425+
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)
425426

426427
[L3GD20]: https://crates.io/crates/l3gd20
427428
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
@@ -503,6 +504,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
503504
[rotary-encoder-hal]: https://crates.io/crates/rotary-encoder-hal
504505
[28]: https://leshow.github.io/post/rotary_encoder_hal/
505506

507+
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
508+
[29]: https://learn.adafruit.com/adafruit-led-backpack/0-54-alphanumeric
509+
506510
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
507511
keyword on crates.io!
508512

0 commit comments

Comments
 (0)