Skip to content

Commit 841e143

Browse files
authored
Merge pull request #475 from frere-jacques/patch-1
Update README.md
2 parents 6a9fc60 + 5be01ad commit 841e143

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ Otherwise, please add it to the [WIP section](#wip) below.
810810
1. [keypad] - GPIO - Keypad matrix circuits - [Intro post][14] - [![crates.io](https://img.shields.io/crates/v/keypad.svg)](https://crates.io/crates/keypad)
811811
1. [KXCJ9] - I2C - KXCJ9/KXCJB 3-axis accelerometers - [Intro blog post][24] - [![crates.io](https://img.shields.io/crates/v/kxcj9.svg)](https://crates.io/crates/kxcj9)
812812
1. [L3GD20] - SPI - Gyroscope - [Intro blog post][1&2] - [![crates.io](https://img.shields.io/crates/v/l3gd20.svg)](https://crates.io/crates/l3gd20)
813+
1. [lcd_parallel_bus] - GPIO - Async and blocking driver for LCDs based on HD44780 parallel bus - [![crates.io](https://img.shields.io/crates/v/lcd_parallel_bus)](https://crates.io/crates/lcd_parallel_bus)
813814
1. [LSM303DLHC] - I2C - Accelerometer + compass (magnetometer) - [Intro blog post][1&2] - [![crates.io](https://img.shields.io/crates/v/lsm303dlhc.svg)](https://crates.io/crates/lsm303dlhc)
814815
1. [MAX6675] - SPI - A driver for the MAX6675 digital thermocouple converter - [Intro blog post][73] - [![crates.io](https://img.shields.io/crates/v/max6675-hal.svg)](https://crates.io/crates/max6675-hal)
815816
1. [MAX6955] - I2C - Driver for Alphanumeric LED display driver - [Intro blog post][46] - [![crates.io](https://img.shields.io/crates/v/max6955.svg)](https://crates.io/crates/max6955)
@@ -967,6 +968,7 @@ Otherwise, please add it to the [WIP section](#wip) below.
967968
[keypad]: https://crates.io/crates/keypad
968969
[KXCJ9]: https://crates.io/crates/kxcj9
969970
[L3GD20]: https://crates.io/crates/l3gd20
971+
[lcd_parallel_bus]: https://crates.io/crates/lcd_parallel_bus
970972
[LSM303DLHC]: https://crates.io/crates/lsm303dlhc
971973
[MAX6675]: https://crates.io/crates/max6675-hal
972974
[MAX6955]: https://crates.io/crates/max6955

0 commit comments

Comments
 (0)