From 7b94bbb8251102306f0c977eb9793d93b4ca3a62 Mon Sep 17 00:00:00 2001 From: John Doneth Date: Wed, 8 Aug 2018 15:28:05 -0400 Subject: [PATCH 1/4] Add hd44780-hal to embedded-hal-driver section https://github.com/JohnDoneth/hd44780-hal --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9027113..c0cc751 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ Work in progress drivers. Help the authors make these crates awesome! - [INA260] - I2C - power monitor - ![crates.io](https://img.shields.io/crates/v/ina260.svg) - [ILI9341] - SPI - TFT LCD display - [HD44780] - Parallel port - LCD controller +- [HD44780-hal] - GPIO - LCD controller - ![crates.io](https://img.shields.io/crates/v/hd44780-hal) - [MCP9808] - I2C - Temperature sensor - ![crates.io](https://img.shields.io/crates/v/mcp9808.svg) - [AXP209] - I2C - Power management unit - [DS3234] - SPI - Real time clock @@ -340,6 +341,7 @@ Work in progress drivers. Help the authors make these crates awesome! [INA260]: https://crates.io/crates/ina260 [ILI9341]: https://github.com/yuri91/ili9341-rs [HD44780]: http://github.com/kunerd/clerk +[HD44780-hal]: https://github.com/JohnDoneth/hd44780-hal [MCP9808]: https://crates.io/crates/mcp9808 [PCD8544]: https://github.com/pcein/pcd8544 [PCD8544_rich]: https://crates.io/crates/pcd8544 From 5e5c3c85f2ad39217a072cf7050c3ff7ec25acb2 Mon Sep 17 00:00:00 2001 From: John Doneth Date: Wed, 8 Aug 2018 19:09:36 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0cc751..c31584e 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ Work in progress drivers. Help the authors make these crates awesome! - [INA260] - I2C - power monitor - ![crates.io](https://img.shields.io/crates/v/ina260.svg) - [ILI9341] - SPI - TFT LCD display - [HD44780] - Parallel port - LCD controller -- [HD44780-hal] - GPIO - LCD controller - ![crates.io](https://img.shields.io/crates/v/hd44780-hal) +- [HD44780-driver] - GPIO - LCD controller - ![crates.io](https://img.shields.io/crates/v/hd44780-driver) - [MCP9808] - I2C - Temperature sensor - ![crates.io](https://img.shields.io/crates/v/mcp9808.svg) - [AXP209] - I2C - Power management unit - [DS3234] - SPI - Real time clock @@ -341,7 +341,7 @@ Work in progress drivers. Help the authors make these crates awesome! [INA260]: https://crates.io/crates/ina260 [ILI9341]: https://github.com/yuri91/ili9341-rs [HD44780]: http://github.com/kunerd/clerk -[HD44780-hal]: https://github.com/JohnDoneth/hd44780-hal +[HD44780-driver]: https://github.com/JohnDoneth/hd44780-driver [MCP9808]: https://crates.io/crates/mcp9808 [PCD8544]: https://github.com/pcein/pcd8544 [PCD8544_rich]: https://crates.io/crates/pcd8544 From 251e427bccaf91115fd7fc233295c8d9c8979bb0 Mon Sep 17 00:00:00 2001 From: John Doneth Date: Wed, 8 Aug 2018 19:12:59 -0400 Subject: [PATCH 3/4] Rename crate from hd44780-hal to hd44780-driver --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c31584e..4c8f52a 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ Work in progress drivers. Help the authors make these crates awesome! - [INA260] - I2C - power monitor - ![crates.io](https://img.shields.io/crates/v/ina260.svg) - [ILI9341] - SPI - TFT LCD display - [HD44780] - Parallel port - LCD controller -- [HD44780-driver] - GPIO - LCD controller - ![crates.io](https://img.shields.io/crates/v/hd44780-driver) +- [HD44780-driver] - GPIO - LCD controller - ![crates.io](https://img.shields.io/crates/v/hd44780-driver.svg) - [MCP9808] - I2C - Temperature sensor - ![crates.io](https://img.shields.io/crates/v/mcp9808.svg) - [AXP209] - I2C - Power management unit - [DS3234] - SPI - Real time clock From d59f23f2e1ba07a3a07f278a849cc68649b5e029 Mon Sep 17 00:00:00 2001 From: John Doneth Date: Thu, 9 Aug 2018 08:00:55 -0400 Subject: [PATCH 4/4] Change link to crate.io instead of GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c8f52a..695153d 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ Work in progress drivers. Help the authors make these crates awesome! [INA260]: https://crates.io/crates/ina260 [ILI9341]: https://github.com/yuri91/ili9341-rs [HD44780]: http://github.com/kunerd/clerk -[HD44780-driver]: https://github.com/JohnDoneth/hd44780-driver +[HD44780-driver]: https://crates.io/crates/hd44780-driver [MCP9808]: https://crates.io/crates/mcp9808 [PCD8544]: https://github.com/pcein/pcd8544 [PCD8544_rich]: https://crates.io/crates/pcd8544