Add hd44780-hal to embedded-hal-driver section

https://github.com/JohnDoneth/hd44780-hal
This commit is contained in:
John Doneth 2018-08-08 15:28:05 -04:00 committed by GitHub
parent f755c1f18a
commit 7b94bbb825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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